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
*
TableGen no longer emit CopyFromReg nodes for implicit results in physical
Evan Cheng
2007-09-07
3
-90
/
+17
*
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-07
2
-1
/
+23
*
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
4
-2
/
+22
*
Apply feedback from previous patch.
Dale Johannesen
2007-09-07
10
-7504
/
+5540
*
Revert previous change to IR.
Dale Johannesen
2007-09-07
2
-5
/
+4
*
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
5
-9
/
+57
*
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-07
8
-110
/
+125
*
Test for PR1641.
Bill Wendling
2007-09-07
1
-0
/
+14
*
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-07
2
-1
/
+15
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
16
-47
/
+68
*
Constify to catch bugs.
David Greene
2007-09-06
2
-4
/
+5
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
32
-437
/
+540
*
Proper handle case, when aliasee is external weak symbol referenced only by a...
Anton Korobeynikov
2007-09-06
2
-6
/
+17
*
Add instruction dump output. This helps find bugs.
David Greene
2007-09-06
1
-0
/
+6
*
Pluggable coalescers inplementation.
David Greene
2007-09-06
7
-2
/
+238
*
Use isTrueWhenEqual. Thanks Chris!
Nick Lewycky
2007-09-06
1
-8
/
+13
*
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-06
2
-1
/
+13
*
Fix a memory leak.
Evan Cheng
2007-09-06
2
-1
/
+4
*
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-06
2
-25
/
+64
*
LVXL and STVXL are also a load and store resp.
Bill Wendling
2007-09-05
1
-0
/
+2
*
Accidentially left this out.
Evan Cheng
2007-09-05
1
-1
/
+2
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
5
-102
/
+92
*
Added Reset() to free all allocated memory regions and reset state to be the ...
Evan Cheng
2007-09-05
2
-0
/
+8
*
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-09-05
1
-0
/
+1
*
Fix mod so it actually works. Fix conversions to
Dale Johannesen
2007-09-05
1
-9
/
+33
*
Forgot to obey 80 column rule. Fixing that.
Chuck Rose III
2007-09-05
1
-1
/
+2
*
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
21
-32
/
+32
*
Added default parameters to GetElementPtrInstr constructor call. Visual Stud...
Chuck Rose III
2007-09-05
1
-1
/
+1
*
Due to label merging, the last label for an invoke
Duncan Sands
2007-09-05
1
-3
/
+2
*
Testcases for PR1628.
Duncan Sands
2007-09-05
3
-0
/
+11
*
Fix PR1628. When exception handling is turned on,
Duncan Sands
2007-09-05
3
-87
/
+165
*
Add the 64-bit versions of the DS* Altivec instructions.
Bill Wendling
2007-09-05
2
-14
/
+60
*
Enable loop index split pass.
Devang Patel
2007-09-04
1
-0
/
+1
*
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
1
-1
/
+3
*
Fix for PR1632. EHSELECTION always produces a i32 value.
Evan Cheng
2007-09-04
2
-1
/
+39
*
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-09-04
2
-0
/
+30
*
Always check the type of node. This prevents situations such as selecting 32-...
Evan Cheng
2007-09-04
1
-36
/
+30
*
Update generated files.
David Greene
2007-09-04
6
-4505
/
+5146
*
fix reversal bug in preceding checkin
Dale Johannesen
2007-09-04
1
-2
/
+2
*
Revert this because the interface hasn't been updated yet.
David Greene
2007-09-04
1
-2
/
+2
*
Fix typo.
David Greene
2007-09-04
1
-1
/
+1
*
Mac OS X X86-64 ABI is same as the standard.
Evan Cheng
2007-09-04
1
-6
/
+2
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
21
-160
/
+195
*
Reapply r41578 with proper fix
Anton Korobeynikov
2007-09-03
1
-0
/
+1
*
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-02
2
-2
/
+4
*
Emit proper "secrel" directive, where possible. This fixes invalid asm syntax...
Anton Korobeynikov
2007-09-02
1
-43
/
+28
*
More tweaks to improve compile time.
Evan Cheng
2007-09-01
2
-41
/
+56
*
Fix a gcroot lowering bug.
Evan Cheng
2007-09-01
2
-2
/
+15
*
Oops, should be part of 41664; won't work very well without this piece.
Dale Johannesen
2007-08-31
1
-0
/
+38
*
Add mod, copysign, abs operations to APFloat.
Dale Johannesen
2007-08-31
4
-51
/
+78
[next]