summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* RegisterCoalescer: No need to set kill flags, they are recompute later anywayMatthias Braun2015-01-091-2/+0
* RegisterCoalescer: Turn some impossible conditions into assertsMatthias Braun2015-01-091-15/+9
* Bitcode: Share logic for last instruction, NFCDuncan P. N. Exon Smith2015-01-091-14/+10
* Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith2015-01-094-4/+4
* [PowerPC] Add a flag for experimenting with subreg liveness trackingHal Finkel2015-01-092-0/+10
* [InlineTest] getRerunArgs returns an empty string if the test was skipped.Siva Chandra2015-01-091-3/+5
* InstrProf: Don't emit counter increments in dead codeJustin Bogner2015-01-092-0/+17
* Sema: Dependent array designators cannot be checkedDavid Majnemer2015-01-092-2/+9
* [PowerPC] Fold [sz]ext with fp_to_int lowering where possibleHal Finkel2015-01-093-4/+130
* [DAGCombine] Remainder of fix to r225380 (More FMA folding opportunities)Hal Finkel2015-01-091-10/+24
* [x86] Add a flag to control the vector shuffle legality predicates thatChandler Carruth2015-01-091-0/+23
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-093-8/+39
* Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is noRichard Smith2015-01-092-12/+3
* Use APSInt::isSameValue instead of operator== in a place where two APSInt'sRichard Trieu2015-01-092-1/+16
* Cleaup ValueHandle to no longer keep a PointerIntPair for the Value*.Chandler Carruth2015-01-092-40/+33
* Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata2015-01-092-1/+11
* Partial fix to r225380 (More FMA folding opportunities)Hal Finkel2015-01-091-96/+95
* [asan] Adding a regression test for https://code.google.com/p/address-sanitiz...Kuba Brecka2015-01-091-0/+38
* [REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependencyPhilip Reames2015-01-093-38/+30
* ReleaseNotes.rst: these are for 3.6Hans Wennborg2015-01-091-1/+1
* [Refactor] Have getNonLocalPointerDependency take the query instructionPhilip Reames2015-01-094-16/+56
* Add experimental support for unsigned expressionsTobias Grosser2015-01-093-2/+57
* LangRef: Add usage points for distinct MDNodesDuncan P. N. Exon Smith2015-01-081-0/+4
* [asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany2015-01-081-10/+10
* IR: Drop TODO now that PR22111 is finishedDuncan P. N. Exon Smith2015-01-081-2/+0
* Utils: Keep distinct MDNodes distinct in MapMetadata()Duncan P. N. Exon Smith2015-01-083-0/+64
* IR: Add 'distinct' MDNodes to bitcode and assembly (clang)Duncan P. N. Exon Smith2015-01-085-26/+26
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-0820-54/+110
* remove function names from comments; NFCSanjay Patel2015-01-081-11/+10
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-084-18/+33
* [PowerPC] Mark all instructions as non-cheap for MachineLICMHal Finkel2015-01-082-0/+64
* [MachineLICM] A command-line option to hoist even cheap instructionsHal Finkel2015-01-081-1/+6
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-084-30/+38
* CodeGen: Use handy new-fangled post-increment, NFCDuncan P. N. Exon Smith2015-01-081-1/+1
* [ARM] Fix a bug in constant island pass that was triggering an assertion.Akira Hatanaka2015-01-082-1/+43
* CodeGen: Use range-based for loops, NFCDuncan P. N. Exon Smith2015-01-081-5/+5
* Fix fcmp + fabs instcombines when using the intrinsicMatt Arsenault2015-01-082-26/+110
* Add support for pointer types in expressionsTobias Grosser2015-01-086-10/+112
* This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata2015-01-084-2/+101
* The Kaleidoscope tutorial should be using "mcjit" for the library,Eric Christopher2015-01-085-5/+5
* Fix a crash in our error reportingTobias Grosser2015-01-081-2/+2
* [MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayoutLang Hames2015-01-086-57/+0
* Make the TargetMachine in MipsSubtarget a reference ratherEric Christopher2015-01-083-15/+15
* Update include - this class doesn't use the target machine, butEric Christopher2015-01-081-1/+1
* Fix a couple of odd formatting issues.Eric Christopher2015-01-081-6/+4
* This routine is in InstrInfo, there's no need to access it again.Eric Christopher2015-01-081-8/+3
* [X86] Reflow comment. NFC.Ahmed Bougacha2015-01-081-3/+4
* clang-format. NFC.Rafael Espindola2015-01-081-11/+22
* Make this test a bit stricter.Rafael Espindola2015-01-081-41/+41
* Add saving and restoring of r30 to the prologue and epilogue, respectivelyJustin Hibbits2015-01-084-2/+23
OpenPOWER on IntegriCloud