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
Commit message (
Expand
)
Author
Age
Files
Lines
*
COFF: Consistently format the DWARF sections
David Majnemer
2015-02-22
1
-45
/
+44
*
[Orc] Remove redundant using directive.
Lang Hames
2015-02-22
1
-2
/
+0
*
[Orc] Add header comment to IndirectionUtils.cpp.
Lang Hames
2015-02-22
1
-0
/
+9
*
IRCE: generalize InductiveRangeCheck::computeSafeIterationSpace to
Sanjoy Das
2015-02-21
1
-32
/
+57
*
IRCE: use SCEVs instead of llvm::Value's for intermediate
Sanjoy Das
2015-02-21
1
-46
/
+30
*
R600/SI: Use v_madmk_f32
Matt Arsenault
2015-02-21
1
-4
/
+51
*
R600/SI: Try to use v_madak_f32
Matt Arsenault
2015-02-21
2
-0
/
+81
*
R600/SI: Don't crash when getting immediate operand size
Matt Arsenault
2015-02-21
1
-0
/
+7
*
R600/SI: Fix mad*k definitions
Matt Arsenault
2015-02-21
4
-2
/
+40
*
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
2015-02-21
5
-14
/
+29
*
MachineInstr: Use range-based for loops. NFC.
Benjamin Kramer
2015-02-21
1
-34
/
+20
*
Calling memmove on a MachineOperand is totally safe.
Benjamin Kramer
2015-02-21
1
-8
/
+2
*
Remove dead prototype.
Benjamin Kramer
2015-02-21
1
-1
/
+0
*
X86: Remove custom lowering of SIGN_EXTEND_INREG
Benjamin Kramer
2015-02-21
1
-68
/
+0
*
Unconditionally create a new MCInstrInfo in the asm printer for
Eric Christopher
2015-02-21
1
-5
/
+4
*
Remove obsolete comment.
Eric Christopher
2015-02-21
1
-5
/
+0
*
Have the MipsAsmPrinter fp stub emission code take a custom
Eric Christopher
2015-02-21
2
-43
/
+59
*
Turn an if+llvm_unreachable into an assert and reword comment.
Eric Christopher
2015-02-21
1
-7
/
+4
*
Endianness can be gotten from the DataLayout which we already
Eric Christopher
2015-02-21
1
-1
/
+1
*
X86: Call __main using the SelectionDAG
David Majnemer
2015-02-21
2
-10
/
+13
*
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
2015-02-21
1
-1
/
+16
*
Small cleanup. Don't use else when not needed.
Davide Italiano
2015-02-21
1
-4
/
+2
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
12
-58
/
+46
*
Win64: Stack alignment constraints aren't applied during SET_FPREG
David Majnemer
2015-02-21
1
-36
/
+25
*
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
Duncan P. N. Exon Smith
2015-02-21
4
-17
/
+92
*
IR: Add helper to split debug info flags bitfield
Duncan P. N. Exon Smith
2015-02-21
1
-0
/
+24
*
IR: Add debug info flag string conversions
Duncan P. N. Exon Smith
2015-02-21
1
-0
/
+19
*
AsmParser: Use StringRef for keyword comparisons, NFC
Duncan P. N. Exon Smith
2015-02-21
1
-10
/
+9
*
[PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...
Philip Reames
2015-02-21
1
-11
/
+26
*
AsmParser: Use do{}while(false) in macros, NFC
Duncan P. N. Exon Smith
2015-02-20
1
-11
/
+21
*
Remove some unnecessary unreachables in favor of (sometimes implicit) assertions
David Blaikie
2015-02-20
1
-53
/
+34
*
LiveRangeCalc: Don't start liveranges of PHI instruction at the block begin.
Matthias Braun
2015-02-20
1
-5
/
+2
*
Hide a bunch of advanced testing options in default opt --help output
Philip Reames
2015-02-20
1
-7
/
+9
*
Use short names for jumptable sections.
Rafael Espindola
2015-02-20
1
-29
/
+25
*
[RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]
Philip Reames
2015-02-20
1
-8
/
+8
*
[RewriteStatepointsForGC] Replace std::map with DenseMap
Philip Reames
2015-02-20
1
-2
/
+2
*
[RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]
Philip Reames
2015-02-20
1
-40
/
+38
*
Used the cached subtarget off of the MachineFunction.
Eric Christopher
2015-02-20
2
-5
/
+3
*
X86: Remove pre-2010 dead code in mergeSPUpdatesDown
Reid Kleckner
2015-02-20
1
-36
/
+0
*
LowerScalarImmediateShift - Merged v16i8 and v32i8 shift lowering. NFC.
Simon Pilgrim
2015-02-20
1
-60
/
+13
*
R600/SI: Remove v_sub_f64 pseudo
Matt Arsenault
2015-02-20
3
-24
/
+5
*
R600: Use new fmad node.
Matt Arsenault
2015-02-20
7
-41
/
+28
*
Add generic fmad DAG node.
Matt Arsenault
2015-02-20
4
-95
/
+164
*
[RewriteStatepointsForGC] More style cleanup [NFC]
Philip Reames
2015-02-20
1
-15
/
+14
*
[RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC]
Philip Reames
2015-02-20
1
-49
/
+11
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-02-20
2
-2
/
+2
*
Grab the DataLayout off of the TargetMachine since that's where
Eric Christopher
2015-02-20
1
-2
/
+2
*
LoopRotate: When reconstructing loop simplify form don't split edges from ind...
Benjamin Kramer
2015-02-20
1
-0
/
+2
*
IR: Change MDFile to directly store the filename/directory
Duncan P. N. Exon Smith
2015-02-20
1
-5
/
+2
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
4
-0
/
+531
[next]