summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for the removal of error blocksJohannes Doerfert2016-04-082-0/+152
* [FIX] Look through div & srem instructions in SCEVsJohannes Doerfert2016-04-085-11/+88
* [clang-tidy] cppcoreguidelines-interfaces-global-initAlexander Kornienko2016-04-088-0/+204
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-089-11/+137
* [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru...Zlatko Buljan2016-04-088-75/+550
* Use std::fill to simplify some code. NFCCraig Topper2016-04-081-2/+3
* [IFUNC] Fix ifunc-asm.ll testDmitry Polukhin2016-04-082-3/+18
* [AMDGPU] Add some VI disassembler tests missing from previous autogeneration ...Valery Pykhtin2016-04-081-0/+66
* Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith2016-04-085-30/+266
* Adapt to LLVM API changeSanjoy Das2016-04-082-2/+2
* [modules] Add a comment to explain why -E leaves some #includes in the prepro...Richard Smith2016-04-082-2/+6
* Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith2016-04-085-243/+30
* [TargetRegisterInfo] Re-apply r265734.Quentin Colombet2016-04-081-12/+5
* [TargetRegisterInfo] Fix BitMaskClassIterator::moveToNextID implementation.Quentin Colombet2016-04-081-7/+6
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-0832-72/+336
* ValueMapper: Unduplicate RF_NoModuleLevelChanges check, NFCDuncan P. N. Exon Smith2016-04-081-8/+5
* DwarfDebug: Support floating point constants in location lists.Adrian Prantl2016-04-085-84/+127
* ValueMapper: Treat LocalAsMetadata more like function-local ValuesDuncan P. N. Exon Smith2016-04-085-23/+239
* Simplify createELFFile. NFC.Rui Ueyama2016-04-081-6/+8
* Define a helper function to simplify. NFC.Rui Ueyama2016-04-081-10/+13
* [modules] Don't write @import in -E output if the current language mode doesn'tRichard Smith2016-04-083-3/+37
* Revert "[TargetRegisterInfo] Refactor the code to use BitMaskClassIterator."Quentin Colombet2016-04-081-5/+12
* [RegisterBankInfo] Make the debug output more compact.Quentin Colombet2016-04-081-1/+1
* Fix formatting and wording of llvm-ranlib error message. NFC.Sunil Srivastava2016-04-081-1/+1
* [IR/Verifier] Fix (yet another) crash.Davide Italiano2016-04-082-8/+24
* [CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.Justin Lebar2016-04-073-158/+192
* Use EM_NONE instead of 0 to represent an invalid value. NFC.Rui Ueyama2016-04-071-1/+1
* [RegBankSelect] Add a few debug statements.Quentin Colombet2016-04-071-0/+9
* ELF: Add --build-id=sha1 option.Rui Ueyama2016-04-076-5/+35
* [RegisterBankInfo] Add print and dump method to the InstructionMappingQuentin Colombet2016-04-072-0/+29
* [RegisterBankInfo] Add print and dump method to the ValueMapping helperQuentin Colombet2016-04-072-0/+28
* [MachineInstr] Teach the print method about RegisterBank.Quentin Colombet2016-04-071-11/+10
* ELF: Ignore --detect-odr-violations flag.Peter Collingbourne2016-04-071-0/+1
* [AArch64] Fix a typo in the register class to register bank mapping.Quentin Colombet2016-04-071-1/+1
* [RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation]Quentin Colombet2016-04-071-1/+1
* [RegisterBankInfo] Change the semantic of recordRegBankForType.Quentin Colombet2016-04-071-7/+12
* llvm-dwarfdump: Use deque rather than vector to preserve object reference/poi...David Blaikie2016-04-072-8/+4
* [RegisterBankInfo] Strengthen getInstrMappingImpl.Quentin Colombet2016-04-071-14/+21
* Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy2016-04-071-7/+8
* ELF: Implement --build-id=md5.Rui Ueyama2016-04-077-26/+95
* [RegisterBankInfo] Add a way to record what register bank covers aQuentin Colombet2016-04-072-5/+48
* [RegisterBankInfo] Introduce getRegBankFromConstraints as an helperQuentin Colombet2016-04-072-20/+46
* [TargetRegisterInfo] Refactor the code to use BitMaskClassIterator.Quentin Colombet2016-04-071-12/+5
* [RegisterBankInfo] Refactor the code to use BitMaskClassIterator.Quentin Colombet2016-04-071-55/+24
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-075-39/+1
* Const correctness for BranchProbabilityInfo (NFC)Mehdi Amini2016-04-072-40/+43
* [TargetRegisterInfo] Introduce a helper class, BitMaskClassIterator, toQuentin Colombet2016-04-071-0/+92
* Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)Mehdi Amini2016-04-071-4/+4
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-0725-99/+103
* [RegBankSelect] Reuse RegisterBankInfo logic to get to the register bankQuentin Colombet2016-04-072-12/+6
OpenPOWER on IntegriCloud