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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of the 'n' asm constraint with invalid operands.
James Y Knight
2015-07-13
1
-2
/
+2
*
DAGCombiner: Assume invariant load cannot alias a store
Matt Arsenault
2015-07-10
1
-0
/
+9
*
ComputeKnownBits: be a bit smarter about ADDs
Fiona Glaser
2015-07-10
1
-5
/
+14
*
Revert the new EH instructions
David Majnemer
2015-07-10
2
-30
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
2
-0
/
+30
*
Remove dead code from old 64-bit SEH lowering
Reid Kleckner
2015-07-09
2
-26
/
+0
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-2
/
+4
*
fix an invisible bug when combining repeated FP divisors
Sanjay Patel
2015-07-09
1
-2
/
+9
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Reapply fixed r241790: Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
2
-17
/
+16
*
Revert r241790: Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
2
-17
/
+18
*
Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
2
-18
/
+17
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
1
-3
/
+26
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-4
/
+0
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-3
/
+3
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
8
-113
/
+147
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
13
-430
/
+551
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
5
-44
/
+51
*
early exits -> less indenting; NFCI
Sanjay Patel
2015-07-08
1
-23
/
+22
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
3
-12
/
+14
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
2
-2
/
+2
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
2
-7
/
+7
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
11
-139
/
+141
*
Redirect DataLayout from TargetMachine to Module in FastISel
Mehdi Amini
2015-07-07
1
-1
/
+1
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-3
/
+1
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-4
/
+3
*
Fix an overly aggressive assertion in getCopyFromPartsVector.
Nadav Rotem
2015-07-02
1
-2
/
+3
*
Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.
Akira Hatanaka
2015-07-02
2
-2
/
+5
*
Reapply r240291: Fix shl folding in DAG combiner.
Pawel Bylica
2015-07-02
1
-1
/
+1
*
[NFC] Make the Statepoint class more like CallSite
Sanjoy Das
2015-07-02
1
-3
/
+3
*
[SDAG] Give InstrEmitter hidden visibility
Benjamin Kramer
2015-07-01
1
-1
/
+1
*
[DAGCombiner] Fix & simplify constant folding of sext/zext.
Pawel Bylica
2015-06-29
1
-13
/
+11
*
[SDAG] Now that we have a way to communicate the exact bit on sdiv use it to ...
Benjamin Kramer
2015-06-27
3
-18
/
+22
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
3
-34
/
+30
*
Wrap assert loops in #ifndef NDEBUG
Pete Cooper
2015-06-26
1
-0
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
3
-21
/
+18
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
4
-18
/
+18
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-14
/
+12
*
[DAGCombine] Fix demanded bits computation for exact shifts.
Benjamin Kramer
2015-06-26
1
-1
/
+13
*
[DAGCombiner] Preserve the exact bit when simplifying SRA to SRL.
Benjamin Kramer
2015-06-26
1
-4
/
+7
*
[DAGCombine] fold (X >>?,exact C1) << C2 --> X << (C2-C1)
Benjamin Kramer
2015-06-26
1
-0
/
+16
*
DAGCombiner: Use pop_back_val()
Matt Arsenault
2015-06-25
1
-2
/
+1
*
fix typos; NFC
Sanjay Patel
2015-06-25
1
-4
/
+4
*
DAGCombiner: Remove redundant check
Matt Arsenault
2015-06-25
1
-1
/
+1
*
Fix instruction scheduling live register tracking
Pawel Bylica
2015-06-24
1
-8
/
+17
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-1
/
+20
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
10
-15
/
+15
*
Revert r240291: causes problems in self-hosted builds.
Pawel Bylica
2015-06-22
1
-1
/
+1
[next]