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
*
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
3
-0
/
+8
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
4
-31
/
+51
*
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
1
-22
/
+0
*
Forgot the added files for plugable machine passes.
Jim Laskey
2006-08-01
2
-0
/
+358
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
4
-84
/
+17
*
Added AssignTopologicalOrder() to assign each node an unique id based on thei...
Evan Cheng
2006-08-01
1
-2
/
+7
*
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-2
/
+3
*
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
2
-10
/
+8
*
Update comments.
Chris Lattner
2006-07-28
1
-13
/
+3
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
2
-66
/
+53
*
The smallvector dtor should destroy the elements.
Chris Lattner
2006-07-28
1
-2
/
+12
*
Rename IsFoldableBy to CanBeFoldedleBy
Evan Cheng
2006-07-28
1
-2
/
+2
*
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-28
1
-10
/
+0
*
Working toward registration of register allocators.
Jim Laskey
2006-07-27
1
-0
/
+70
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-14
/
+0
*
Add basic block machine relocation.
Evan Cheng
2006-07-27
1
-5
/
+35
*
AssignNodeIds should return unsigned.
Evan Cheng
2006-07-27
1
-1
/
+1
*
Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on...
Evan Cheng
2006-07-27
2
-41
/
+21
*
Let each target specific isel provide routine to check if a chain producing n...
Evan Cheng
2006-07-27
1
-1
/
+5
*
Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...
Evan Cheng
2006-07-27
1
-4
/
+0
*
Use std::copy instead of custom loops to take advantage of STL optimizations.
Chris Lattner
2006-07-27
1
-5
/
+19
*
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-27
1
-3
/
+9
*
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-26
1
-1
/
+1
*
For PR780:
Reid Spencer
2006-07-26
9
-0
/
+29
*
For PR780:
Reid Spencer
2006-07-26
13
-75
/
+34
*
Add a new llvm::SmallVector template, which is similar to the vector class, but
Chris Lattner
2006-07-26
1
-0
/
+196
*
Moving this function to a permanent home to prevent a dependency cycle created
Jim Laskey
2006-07-25
1
-12
/
+0
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-0
/
+19
*
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
2
-18
/
+19
*
Add new constructor to accept vector of exported names while creating
Devang Patel
2006-07-20
1
-0
/
+1
*
Make sub- and super- register classes const.
Evan Cheng
2006-07-19
1
-3
/
+3
*
Move MVT::getVectorType out of line, it is large and shouldn't be inlined.
Chris Lattner
2006-07-19
1
-30
/
+2
*
Add an out-of-line virtual method for the sdnode class to give it a home.
Chris Lattner
2006-07-19
1
-0
/
+3
*
Add an out-of-line virtual method to provide a home for the cl::option class.
Chris Lattner
2006-07-18
1
-0
/
+3
*
Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))
Chris Lattner
2006-07-18
1
-1
/
+14
*
Add an out-of-line virtual function to home class.
Chris Lattner
2006-07-14
1
-1
/
+2
*
Add two helper functions
Chris Lattner
2006-07-14
1
-0
/
+9
*
Add another helper method.
Chris Lattner
2006-07-14
1
-0
/
+4
*
Add a new method for bugpoint to use.
Chris Lattner
2006-07-14
1
-0
/
+5
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
1
-13
/
+30
*
1. Support for c++ mangled names.
Jim Laskey
2006-07-11
1
-1
/
+18
*
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-07-07
1
-12
/
+27
*
Remove EH use from the Archive library and adjust its users accordingly.
Reid Spencer
2006-07-07
1
-6
/
+18
*
#include <iosfwd> not <ostream>
Chris Lattner
2006-07-07
1
-5
/
+2
*
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2006-07-07
1
-7
/
+15
*
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-07-07
1
-3
/
+4
*
This patch (written by Reid) changes compressor to never throw an exception.
Chris Lattner
2006-07-07
1
-12
/
+12
*
Fix an embarassing bug reid noticed
Chris Lattner
2006-07-07
1
-1
/
+1
*
Modify the SlowOperationInformer interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-9
/
+8
*
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-10
/
+16
[next]