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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make LINK_COMPONENTS interact well with make clean
Chris Lattner
2006-09-04
1
-1
/
+3
*
Switch to using llvm-config to select components to link in.
Chris Lattner
2006-09-04
1
-2
/
+2
*
Add a new make option (LINK_COMPONENTS) which tools can use to specify what
Chris Lattner
2006-09-04
1
-4
/
+14
*
Document build order dependencies. Make sure that llvm-config is built before
Chris Lattner
2006-09-04
1
-1
/
+12
*
new file
Chris Lattner
2006-09-04
1
-0
/
+154
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
26
-616
/
+380
*
Add accessor
Chris Lattner
2006-09-04
1
-0
/
+1
*
Add explicit doInitialization/doFinalization methods instead of making
Chris Lattner
2006-09-04
2
-1
/
+22
*
remove #include
Chris Lattner
2006-09-04
1
-1
/
+1
*
rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
Chris Lattner
2006-09-04
1
-1
/
+1
*
If a cycle exists, don't succeed building the second time around.
Chris Lattner
2006-09-04
1
-1
/
+1
*
remove message
Chris Lattner
2006-09-04
1
-1
/
+0
*
Rearrange library linkage order.
Chris Lattner
2006-09-04
1
-3
/
+4
*
Eliminate target name.
Chris Lattner
2006-09-03
1
-14
/
+3
*
Simplify target construction.
Chris Lattner
2006-09-03
8
-14
/
+7
*
Remove use of target::getName()
Chris Lattner
2006-09-03
1
-2
/
+2
*
eliminate use of TM.getName()
Chris Lattner
2006-09-03
1
-2
/
+1
*
add the SETULT condition code
Rafael Espindola
2006-09-03
2
-1
/
+16
*
Avoid beating on the mi2i map when we know the answer already.
Chris Lattner
2006-09-03
2
-16
/
+25
*
minor speedup
Chris Lattner
2006-09-03
1
-3
/
+3
*
Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.
Chris Lattner
2006-09-03
1
-6
/
+11
*
Testcase (distilled from crafty) that crashed the local RA on X86.
Chris Lattner
2006-09-03
1
-0
/
+115
*
When deleting a machine instruction, make sure to remove it from the
Chris Lattner
2006-09-03
1
-1
/
+4
*
Move two methods out of line, make them work when the record for a machine
Chris Lattner
2006-09-03
2
-28
/
+42
*
Count the time for a pass to ReleaseMemory against that pass. Not doing this
Chris Lattner
2006-09-02
1
-0
/
+2
*
Make this testcase actually recursive. I accidentally committed the wrong co...
Owen Anderson
2006-09-02
1
-1
/
+2
*
Fix a typo pointed out by Gabor
Chris Lattner
2006-09-02
1
-1
/
+1
*
Make ArgumentPromotion handle recursive functions that pass pointers in their...
Owen Anderson
2006-09-02
2
-11
/
+49
*
add more condition codes
Rafael Espindola
2006-09-02
3
-5
/
+63
*
Improve handling of SelectInst.
Nick Lewycky
2006-09-02
3
-32
/
+229
*
improve compat with certain versions of GCC (on cygwin?)
Chris Lattner
2006-09-02
1
-1
/
+1
*
add a prototype
Chris Lattner
2006-09-02
1
-1
/
+7
*
Iteration is required for some cases, even if they don't occur in crafty.
Chris Lattner
2006-09-02
2
-16
/
+39
*
When joining two intervals where the RHS is really simple, use a light-weight
Chris Lattner
2006-09-02
2
-11
/
+172
*
new method
Chris Lattner
2006-09-02
1
-0
/
+7
*
Another "cyclic DAG" test case.
Evan Cheng
2006-09-01
1
-0
/
+135
*
Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen.
Evan Cheng
2006-09-01
1
-2
/
+2
*
Use a couple of multiclass patterns to factor some integer ops.
Chris Lattner
2006-09-01
2
-135
/
+51
*
remove a bunch of comments
Chris Lattner
2006-09-01
1
-54
/
+0
*
Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't
Chris Lattner
2006-09-01
3
-12
/
+15
*
Make this harder
Chris Lattner
2006-09-01
1
-0
/
+2
*
Fix a typo Jim pointed out, thanks!
Chris Lattner
2006-09-01
1
-1
/
+1
*
fix an assertion with multidefs. Def inside of multiclasses don't need to
Chris Lattner
2006-09-01
3
-25
/
+37
*
Fixed formatting problem.
Bill Wendling
2006-09-01
1
-1
/
+0
*
document !strconcat
Chris Lattner
2006-09-01
1
-0
/
+2
*
Added documentation Fernando Magno Quintao Pereira wrote for the register
Bill Wendling
2006-09-01
1
-3
/
+341
*
Document multiclasses and defm's
Chris Lattner
2006-09-01
1
-6
/
+83
*
regenerate
Chris Lattner
2006-09-01
5
-491
/
+890
*
simple multiclass example
Chris Lattner
2006-09-01
1
-0
/
+17
*
Add often-requested support for defining "multiclasses" which can be instanti...
Chris Lattner
2006-09-01
2
-38
/
+202
[next]