aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-01llvm: Add workaround for STLport not being a full C++11 STLlinaro_android_4.4.4linaro_android_4.4.3linaro_android_4.4.2linaro_android_4.4Bernhard Rosenkraenzer
2013-08-13Mac only has ::futimes() and not ::futimens().android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devStephen Hines
2013-08-13Fix build break due to conflicting #define values.Stephen Hines
2013-08-09Update LLVM for merge to r187913.Stephen Hines
2013-08-07Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines
2013-08-07Using the integrated assembler we'd fail to change section to theEric Christopher
2013-08-07Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher
2013-08-07On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner
2013-08-07Add the common begin/end naming convention to the coding standard.Rafael Espindola
2013-08-07Move assert above first use of variable that we'd be asserting on.Eric Christopher
2013-08-07lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi
2013-08-07Confusing comment typo.Andrew Trick
2013-08-07Lit: Fixup in r187886.NAKAMURA Takumi
2013-08-07Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi
2013-08-07AVX-512 set: Added BROADCAST instructionsElena Demikhovsky
2013-08-07[SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford
2013-08-07[SystemZ] Add floating-point load-and-test instructionsRichard Sandiford
2013-08-07JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer
2013-08-07Commit a no-op change to StringRef to (hopefully) trigger build bots.Chandler Carruth
2013-08-07Add support for linking against a curses library when available andChandler Carruth
2013-08-07Remove some parens. No functional change.Eric Christopher
2013-08-07Simplify code. No functional change intended.Craig Topper
2013-08-07Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.Evgeniy Stepanov
2013-08-07Remove the assertion for now. This breaks lld.Dmitri Gribenko
2013-08-07LLVM Interpreter: MIPS tests should passElena Demikhovsky
2013-08-07YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko
2013-08-07Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang
2013-08-07Create a pattern for the "trap" instruction.Reed Kotler
2013-08-07[lit] Use py2&3 compatible exec() syntax.Daniel Dunbar
2013-08-07[lit] Use newer StringIO class.Daniel Dunbar
2013-08-07[lit] Use modern absolute/relative import style.Daniel Dunbar
2013-08-07[lit] Avoid __cmp__ and cmp().Daniel Dunbar
2013-08-07[lit] Avoid use of iterator .next() method.Daniel Dunbar
2013-08-07[lit] Use .write() methods instead of print statement.Daniel Dunbar
2013-08-07[lit] Use dual-compatible print() syntax where possible.Daniel Dunbar
2013-08-07[lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar
2013-08-07[lit] Remove uses of deprecated except syntax.Daniel Dunbar
2013-08-07[lit] Use more modern syntax for constructing exceptions.Daniel Dunbar
2013-08-07[lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar
2013-08-07[lit] tests: Change discovery test to use --show-tests.Daniel Dunbar
2013-08-07[lit] Add a --show-tests option.Daniel Dunbar
2013-08-07[lit] Remove dead ignoreStdError argument.Daniel Dunbar
2013-08-07Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...Alexander Kornienko
2013-08-07Use correct platform detection macro: __MACOSX__ -> __APPLE__Alexander Kornienko
2013-08-07Fix boolean logic in LockFileManager and test itReid Kleckner
2013-08-07Avoid using alloca in Windows/Program.incReid Kleckner
2013-08-07Add a way to grab a particular attribute out of a DIE.Eric Christopher
2013-08-07Move somewhat messy conditional out of line.Eric Christopher
2013-08-07Disable tests on WIN32 (which has incorrect implementation of isPrint andAlexander Kornienko
2013-08-07Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner