index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
1
-1
/
+3
*
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
1
-0
/
+12
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-1
/
+3
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
1
-2
/
+5
*
Add missing 'd'.
Rafael Espindola
2012-04-02
1
-1
/
+1
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
1
-1
/
+1
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
2
-3
/
+8
*
Start cleaning up the InlineCost class. This switches to sentinel values
Chandler Carruth
2012-04-01
1
-25
/
+20
*
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2012-04-01
1
-26
/
+52
*
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
1
-0
/
+4
*
Add a workaround for building with old versions of clang.
Rafael Espindola
2012-03-31
1
-20
/
+28
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
5
-6
/
+19
*
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
2
-21
/
+0
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
3
-122
/
+65
*
Add support to the InstVisitor for visiting a generic callsite. The
Chandler Carruth
2012-03-31
1
-2
/
+23
*
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-31
1
-16
/
+17
*
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
1
-12
/
+7
*
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
1
-7
/
+12
*
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
1
-12
/
+7
*
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
2
-6
/
+28
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-11
/
+0
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-0
/
+11
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-11
/
+0
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
1
-1
/
+1
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
2
-12
/
+23
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
1
-5
/
+0
*
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
1
-3
/
+3
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
2
-0
/
+15
*
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-28
1
-1
/
+1
*
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+22
*
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
1
-0
/
+37
*
Add 'undef's to make SWIG happier. Patch by Baozeng Ding.
Bill Wendling
2012-03-26
1
-0
/
+3
*
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
5
-0
/
+24
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
20
-36
/
+21
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
8
-20
/
+4
*
Use the isReachableFromEntry method.
Rafael Espindola
2012-03-24
1
-3
/
+1
*
Avoid using dominatedBySlowTreeWalk.
Rafael Espindola
2012-03-24
1
-5
/
+8
*
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
1
-9
/
+22
*
First part of PR12251. Add documentation and verifier support for the range
Rafael Espindola
2012-03-24
1
-1
/
+2
*
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
1
-0
/
+4
*
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-23
1
-0
/
+29
*
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2012-03-23
1
-11
/
+12
*
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
2012-03-23
1
-21
/
+0
*
Remove the C backend.
Eric Christopher
2012-03-23
1
-3
/
+0
*
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-23
1
-67
/
+0
*
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
1
-2
/
+3
*
Remove unused simplifyIVUsers
Andrew Trick
2012-03-22
1
-6
/
+0
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
2
-14
/
+9
*
add load/store volatility control to the C API, patch by Yiannis Tsiouris!
Chris Lattner
2012-03-22
1
-0
/
+2
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-11
/
+1
[prev]
[next]