index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test cases for the removal of error blocks
Johannes Doerfert
2016-04-08
2
-0
/
+152
*
[FIX] Look through div & srem instructions in SCEVs
Johannes Doerfert
2016-04-08
5
-11
/
+88
*
[clang-tidy] cppcoreguidelines-interfaces-global-init
Alexander Kornienko
2016-04-08
8
-0
/
+204
*
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
Jeroen Ketema
2016-04-08
9
-11
/
+137
*
[mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru...
Zlatko Buljan
2016-04-08
8
-75
/
+550
*
Use std::fill to simplify some code. NFC
Craig Topper
2016-04-08
1
-2
/
+3
*
[IFUNC] Fix ifunc-asm.ll test
Dmitry Polukhin
2016-04-08
2
-3
/
+18
*
[AMDGPU] Add some VI disassembler tests missing from previous autogeneration ...
Valery Pykhtin
2016-04-08
1
-0
/
+66
*
Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
5
-30
/
+266
*
Adapt to LLVM API change
Sanjoy Das
2016-04-08
2
-2
/
+2
*
[modules] Add a comment to explain why -E leaves some #includes in the prepro...
Richard Smith
2016-04-08
2
-2
/
+6
*
Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
5
-243
/
+30
*
[TargetRegisterInfo] Re-apply r265734.
Quentin Colombet
2016-04-08
1
-12
/
+5
*
[TargetRegisterInfo] Fix BitMaskClassIterator::moveToNextID implementation.
Quentin Colombet
2016-04-08
1
-7
/
+6
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
32
-72
/
+336
*
ValueMapper: Unduplicate RF_NoModuleLevelChanges check, NFC
Duncan P. N. Exon Smith
2016-04-08
1
-8
/
+5
*
DwarfDebug: Support floating point constants in location lists.
Adrian Prantl
2016-04-08
5
-84
/
+127
*
ValueMapper: Treat LocalAsMetadata more like function-local Values
Duncan P. N. Exon Smith
2016-04-08
5
-23
/
+239
*
Simplify createELFFile. NFC.
Rui Ueyama
2016-04-08
1
-6
/
+8
*
Define a helper function to simplify. NFC.
Rui Ueyama
2016-04-08
1
-10
/
+13
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
3
-3
/
+37
*
Revert "[TargetRegisterInfo] Refactor the code to use BitMaskClassIterator."
Quentin Colombet
2016-04-08
1
-5
/
+12
*
[RegisterBankInfo] Make the debug output more compact.
Quentin Colombet
2016-04-08
1
-1
/
+1
*
Fix formatting and wording of llvm-ranlib error message. NFC.
Sunil Srivastava
2016-04-08
1
-1
/
+1
*
[IR/Verifier] Fix (yet another) crash.
Davide Italiano
2016-04-08
2
-8
/
+24
*
[CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.
Justin Lebar
2016-04-07
3
-158
/
+192
*
Use EM_NONE instead of 0 to represent an invalid value. NFC.
Rui Ueyama
2016-04-07
1
-1
/
+1
*
[RegBankSelect] Add a few debug statements.
Quentin Colombet
2016-04-07
1
-0
/
+9
*
ELF: Add --build-id=sha1 option.
Rui Ueyama
2016-04-07
6
-5
/
+35
*
[RegisterBankInfo] Add print and dump method to the InstructionMapping
Quentin Colombet
2016-04-07
2
-0
/
+29
*
[RegisterBankInfo] Add print and dump method to the ValueMapping helper
Quentin Colombet
2016-04-07
2
-0
/
+28
*
[MachineInstr] Teach the print method about RegisterBank.
Quentin Colombet
2016-04-07
1
-11
/
+10
*
ELF: Ignore --detect-odr-violations flag.
Peter Collingbourne
2016-04-07
1
-0
/
+1
*
[AArch64] Fix a typo in the register class to register bank mapping.
Quentin Colombet
2016-04-07
1
-1
/
+1
*
[RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation]
Quentin Colombet
2016-04-07
1
-1
/
+1
*
[RegisterBankInfo] Change the semantic of recordRegBankForType.
Quentin Colombet
2016-04-07
1
-7
/
+12
*
llvm-dwarfdump: Use deque rather than vector to preserve object reference/poi...
David Blaikie
2016-04-07
2
-8
/
+4
*
[RegisterBankInfo] Strengthen getInstrMappingImpl.
Quentin Colombet
2016-04-07
1
-14
/
+21
*
Fix TestImport for Windows by ensuring backslashes in the directory paths are...
Adrian McCarthy
2016-04-07
1
-7
/
+8
*
ELF: Implement --build-id=md5.
Rui Ueyama
2016-04-07
7
-26
/
+95
*
[RegisterBankInfo] Add a way to record what register bank covers a
Quentin Colombet
2016-04-07
2
-5
/
+48
*
[RegisterBankInfo] Introduce getRegBankFromConstraints as an helper
Quentin Colombet
2016-04-07
2
-20
/
+46
*
[TargetRegisterInfo] Refactor the code to use BitMaskClassIterator.
Quentin Colombet
2016-04-07
1
-12
/
+5
*
[RegisterBankInfo] Refactor the code to use BitMaskClassIterator.
Quentin Colombet
2016-04-07
1
-55
/
+24
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
5
-39
/
+1
*
Const correctness for BranchProbabilityInfo (NFC)
Mehdi Amini
2016-04-07
2
-40
/
+43
*
[TargetRegisterInfo] Introduce a helper class, BitMaskClassIterator, to
Quentin Colombet
2016-04-07
1
-0
/
+92
*
Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)
Mehdi Amini
2016-04-07
1
-4
/
+4
*
Replace Sema-level implementation of -fassume-sane-operator-new with a
Richard Smith
2016-04-07
25
-99
/
+103
*
[RegBankSelect] Reuse RegisterBankInfo logic to get to the register bank
Quentin Colombet
2016-04-07
2
-12
/
+6
[next]