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
*
[FastISel] Some long overdue spring cleaning of FastISel.
Juergen Ributzka
2014-09-03
1
-378
/
+333
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
6
-42
/
+4
*
Add pass-manager flags to use CFL AA
Hal Finkel
2014-09-02
1
-0
/
+6
*
[FastISel] Provide the option to skip target-independent instruction selectio...
Juergen Ributzka
2014-09-02
1
-18
/
+24
*
Fix interference caused by fmul 2, x -> fadd x, x
Matt Arsenault
2014-09-02
1
-8
/
+21
*
CodeGen: Handle va_start in the entry block
Reid Kleckner
2014-09-02
1
-24
/
+16
*
Fix comment and unnecessary check for FP build_vectors.
Matt Arsenault
2014-09-02
1
-5
/
+1
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
10
-19
/
+19
*
unique_ptrify PBQPBuilder::build
David Blaikie
2014-09-02
1
-13
/
+13
*
Enable splitting indexing from loads with TargetConstants
Hal Finkel
2014-09-02
1
-8
/
+21
*
Revert "Revert '[DAGCombiner] Split up an indexed load if only the base point...
Hal Finkel
2014-09-02
1
-4
/
+39
*
CodeGen: indicate Windows unwind data format
Saleem Abdulrasool
2014-09-01
1
-1
/
+6
*
CodeGen: split out the Win64Exception emitter
Saleem Abdulrasool
2014-09-01
4
-34
/
+54
*
Fix in InlineSpiller to make the rematerilization loop also consider
Patrik Hagglund
2014-09-01
1
-7
/
+18
*
[MachineSink] Use the real post dominator tree
Jingyue Wu
2014-09-01
1
-21
/
+9
*
DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...
David Blaikie
2014-08-31
2
-15
/
+31
*
DebugInfo: Move argument creation up into the caller that's unambiguously han...
David Blaikie
2014-08-31
2
-26
/
+34
*
Delay adding imported entity DIEs to the lexical scope, streamlining the chec...
David Blaikie
2014-08-31
1
-5
/
+5
*
Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...
David Blaikie
2014-08-31
2
-16
/
+7
*
Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...
David Blaikie
2014-08-31
2
-11
/
+16
*
Simplify expression using container's front() rather than begin()->
David Blaikie
2014-08-31
1
-3
/
+1
*
[PATCH][Interpreter] Add missing FP intrinsic lowering.
Josh Klontz
2014-08-30
1
-0
/
+16
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
2
-4
/
+4
*
[MachineSinking] Clear kill flag of all operands at all their uses.
Juergen Ributzka
2014-08-29
1
-3
/
+13
*
Debug info: Add a new explicit DIDescriptor flag for the "public" access
Adrian Prantl
2014-08-29
1
-3
/
+3
*
Revert accidentally committed patches r216787-r216789
David Blaikie
2014-08-29
2
-29
/
+9
*
Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmlt
David Blaikie
2014-08-29
1
-0
/
+3
*
Omit dwarf::DW_AT_frame_base under -gmlt
David Blaikie
2014-08-29
1
-3
/
+6
*
Stuff
David Blaikie
2014-08-29
1
-6
/
+20
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
2
-2
/
+2
*
Add a const and munge some comments
Reid Kleckner
2014-08-29
1
-1
/
+1
*
musttail: Forward regparms of variadic functions on x86_64
Reid Kleckner
2014-08-29
1
-0
/
+7
*
Use DwarfDebug::attachLowHighPC for the compilation unit DIE.
Frederic Riss
2014-08-29
1
-4
/
+1
*
Do not assume the value passed to memset is an i32.
Job Noorman
2014-08-29
1
-8
/
+1
*
Move FNEG next to FABS and make them more similar, so it's easier that they c...
Sanjay Patel
2014-08-28
1
-43
/
+46
*
On MachO, don't put non-private constants in mergeable sections.
Rafael Espindola
2014-08-28
1
-1
/
+3
*
Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC.
Frederic Riss
2014-08-28
2
-3
/
+3
*
Do not introduce new shuffle patterns after operation legalization if SHUFFLE...
Owen Anderson
2014-08-28
1
-2
/
+1
*
Janitorial services: "Don’t duplicate function or class name at the beginni...
Sanjay Patel
2014-08-28
1
-134
/
+119
*
Remove local TLI vars that are just duplicates of the class var. No functiona...
Sanjay Patel
2014-08-28
1
-2
/
+0
*
Use local vars to improve readability. No functional change.
Sanjay Patel
2014-08-28
1
-42
/
+37
*
[PBQP] Only output debug information when requested
Arnaud A. de Grandmaison
2014-08-28
1
-2
/
+2
*
[FastISel] Undo phi node updates when falling-back to SelectionDAG.
Juergen Ributzka
2014-08-28
1
-4
/
+7
*
[FastISel]
Juergen Ributzka
2014-08-28
1
-1
/
+8
*
Use local variable in visitFADD. No functional change.
Sanjay Patel
2014-08-27
1
-13
/
+11
*
Group unsafe-math optimizations for fsub into one block. No functional change.
Sanjay Patel
2014-08-27
1
-14
/
+17
*
[FastISel] Fix a potential bug in FastEmitInst_ri
Juergen Ributzka
2014-08-27
1
-2
/
+1
*
Use local variable to improve readability.
Sanjay Patel
2014-08-27
1
-15
/
+10
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-3
/
+5
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
1
-6
/
+17
[next]