summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-1915-47/+26
* R600: Add a few tests I forgot to add.Matt Arsenault2014-06-193-0/+103
* Move optimization of some cases of (A & C1)|(B & C2) from instcombine to inst...Nick Lewycky2014-06-193-23/+69
* Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine ...Nick Lewycky2014-06-193-1/+39
* Remove redundant code in InstCombineShift, no functionality change because in...Nick Lewycky2014-06-191-5/+0
* MS asm: Properly handle quoted symbol namesDavid Majnemer2014-06-193-3/+25
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-195-40/+29
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-1920-32/+393
* Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit oper...David Blaikie2014-06-191-1/+2
* Unbreak the build after r211244.David Blaikie2014-06-191-13/+0
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-193-3/+35
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-184-6/+28
* Actually make a real scoped locker rather than constructing one that gets imm...Jim Ingham2014-06-181-9/+8
* Add a lock in the UnwindTable class so two Targets won't tryJason Molenda2014-06-184-2/+13
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-188-36/+60
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-185-24/+8
* Missing reduction detection test casesJohannes Doerfert2014-06-184-0/+152
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-185-8/+24
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-189-24/+28
* Use stdint macros for specifying size of constantsMatt Arsenault2014-06-181-2/+3
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-183-1/+65
* R600: Handle fnearbyintMatt Arsenault2014-06-183-0/+70
* R600/SI: add gather4 and getlod intrinsics (v3)Marek Olsak2014-06-186-26/+727
* tests: relax ms-intrinsics testSaleem Abdulrasool2014-06-181-17/+14
* Use LL suffix for literal that should be 64-bits.Matt Arsenault2014-06-181-1/+1
* Relax the cl-inputs.c test a little bit in case link.exe is on PATHReid Kleckner2014-06-181-2/+2
* [MS-ABI] Implement typeidWarren Hunt2014-06-182-2/+93
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-182-5/+7
* Simplify code.Rafael Espindola2014-06-181-10/+1
* MC: do not add comment string to the AsmToken in AsmLexer::LexLineCommentSaleem Abdulrasool2014-06-182-2/+12
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-183-8/+130
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-06-184-22/+74
* Objective-C. Check for integer overflow in Objective-C'sFariborz Jahanian2014-06-182-2/+20
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-187-71/+69
* Revert a C API difference that I incorrectly introduced.Rafael Espindola2014-06-182-0/+5
* Don't allow multiple line entries with the same address to exist sequentially.Greg Clayton2014-06-181-1/+11
* Add pownJeroen Ketema2014-06-184-0/+35
* Add missing undefsJeroen Ketema2014-06-182-3/+7
* [analyzer] Don't create new PostStmt nodes if we don't have to.Jordan Rose2014-06-182-1/+28
* Make getBaseObject static.Rafael Espindola2014-06-181-1/+1
* Change IRObjectFile to parse the bitcode lazily.Rafael Espindola2014-06-181-2/+13
* Revert "[sanitizer] Intercept pthread_*attr_get*."Arnold Schwaighofer2014-06-186-103/+11
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-183-23/+12
* Simply test for available locations in optimization remarks.Diego Novillo2014-06-181-1/+1
* [PowerPC] Remove unnecessary load of r12 in indirect callUlrich Weigand2014-06-181-4/+0
* Update to the latest registered ELF e_machine names and values.Rafael Espindola2014-06-181-1/+22
* Run clang-format in a small chunk of code I am about to change.Rafael Espindola2014-06-181-13/+9
* Add an option for debugserver to propagate its environment to programs it lau...Greg Clayton2014-06-181-0/+18
* ProfileData: Fix copy-paste type in RawInstrProfReaderJustin Bogner2014-06-181-2/+2
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-184-136/+177
OpenPOWER on IntegriCloud