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
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
2
-1
/
+28
*
[MachineCopyPropagation] Fix a bug causing incorrect removal for the instruct...
Hao Liu
2015-03-13
1
-4
/
+3
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-13
1
-1
/
+1
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-13
1
-6
/
+6
*
[X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-22
/
+0
*
Remove unused headers.
Eric Christopher
2015-03-12
1
-2
/
+0
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
2
-15
/
+1
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-3
/
+0
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
2
-1
/
+15
*
[NVPTXAsmPrinter] do not print .align on function headers
Jingyue Wu
2015-03-12
1
-1
/
+2
*
Make llvm.eh.actions an intrinsic and add docs for it
Reid Kleckner
2015-03-12
1
-5
/
+3
*
Stop calling DwarfEHPrepare from WinEHPrepare
Reid Kleckner
2015-03-12
3
-40
/
+24
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-4
/
+5
*
Fix some clang warnings in WinEHPrepare
Reid Kleckner
2015-03-11
1
-3
/
+2
*
Handle big index in getelementptr instruction
Reid Kleckner
2015-03-11
2
-21
/
+12
*
Extended support for native Windows C++ EH outlining
Andrew Kaylor
2015-03-11
1
-139
/
+857
*
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
2015-03-11
4
-35
/
+14
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
Put jump tables in unique sections on COFF.
Rafael Espindola
2015-03-11
1
-0
/
+25
*
Have getRegPressureSetLimit take a MachineFunction so that a
Eric Christopher
2015-03-11
1
-2
/
+2
*
Print section start labels when first switching to the section.
Rafael Espindola
2015-03-11
2
-45
/
+5
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
4
-4
/
+6
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
3
-13
/
+15
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-4
/
+3
*
Create symbols marking the start of a section earlier.
Rafael Espindola
2015-03-10
2
-24
/
+22
*
[CodeGenPrepare] Refine the cost model provided by the promotion helper.
Quentin Colombet
2015-03-10
1
-61
/
+77
*
Don't evaluate rend() on every iteration of the loop.
Chad Rosier
2015-03-10
1
-1
/
+3
*
[AsmPrinter][TLOF] Reintroduce AArch64 test
Bruno Cardoso Lopes
2015-03-10
1
-11
/
+12
*
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
2015-03-10
3
-10
/
+10
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
12
-137
/
+92
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-10
3
-22
/
+92
*
[BranchFolding] Remove MMOs during tail merge to preserve dependencies.
Chad Rosier
2015-03-10
1
-0
/
+57
*
[X86, AVX] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-10
1
-3
/
+0
*
Remove effectively dead code.
Rafael Espindola
2015-03-10
2
-17
/
+1
*
The operand flag word used in ISD::INLINEASM is an i32 not a pointer. NFC.
Daniel Sanders
2015-03-10
1
-4
/
+2
*
Move variable into assert to fix -Asserts builds.
Rafael Espindola
2015-03-10
1
-4
/
+2
*
Remove incredibly confusing isBaseAddressKnownZero.
Rafael Espindola
2015-03-10
1
-3
/
+2
*
Use a better name for compile unit labels.
Rafael Espindola
2015-03-10
1
-2
/
+1
*
DwarfAccelTable: remove unneeded bucket terminators.
Frederic Riss
2015-03-10
1
-2
/
+3
*
Move label creation close to emission. NFC.
Rafael Espindola
2015-03-10
4
-12
/
+10
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
9
-81
/
+83
*
DwarfAccelTable: Fix handling of hash collisions.
Frederic Riss
2015-03-10
1
-5
/
+35
*
[CodeGen] Replace the reused stores' chain for extractelt expansion.
Ahmed Bougacha
2015-03-09
1
-6
/
+20
*
Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Reid Kleckner
2015-03-09
3
-22
/
+124
*
Use a MapVector instead of an extra sort.
Rafael Espindola
2015-03-09
1
-23
/
+8
*
DwarfAccelTable: fix obvious typo.
Frederic Riss
2015-03-09
1
-1
/
+1
*
Don't prime the section map.
Rafael Espindola
2015-03-09
1
-3
/
+0
*
Print jump tables before exception tables.
Rafael Espindola
2015-03-09
5
-32
/
+49
*
Don't repeat name in comment. NFC.
Rafael Espindola
2015-03-09
1
-18
/
+12
*
Remove dummy method implementations.
Rafael Espindola
2015-03-09
2
-26
/
+0
[next]