index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2007-09-07
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-07
Test for PR1641.
Bill Wendling
2007-09-07
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-06
Constify to catch bugs.
David Greene
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-09-06
Proper handle case, when aliasee is external weak symbol referenced only by a...
Anton Korobeynikov
2007-09-06
Add instruction dump output. This helps find bugs.
David Greene
2007-09-06
Pluggable coalescers inplementation.
David Greene
2007-09-06
Use isTrueWhenEqual. Thanks Chris!
Nick Lewycky
2007-09-06
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-06
Fix a memory leak.
Evan Cheng
2007-09-06
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-05
LVXL and STVXL are also a load and store resp.
Bill Wendling
2007-09-05
Accidentially left this out.
Evan Cheng
2007-09-05
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
Added Reset() to free all allocated memory regions and reset state to be the ...
Evan Cheng
2007-09-05
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-09-05
Fix mod so it actually works. Fix conversions to
Dale Johannesen
2007-09-05
Forgot to obey 80 column rule. Fixing that.
Chuck Rose III
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
Added default parameters to GetElementPtrInstr constructor call. Visual Stud...
Chuck Rose III
2007-09-05
Due to label merging, the last label for an invoke
Duncan Sands
2007-09-05
Testcases for PR1628.
Duncan Sands
2007-09-05
Fix PR1628. When exception handling is turned on,
Duncan Sands
2007-09-05
Add the 64-bit versions of the DS* Altivec instructions.
Bill Wendling
2007-09-04
Enable loop index split pass.
Devang Patel
2007-09-04
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
Fix for PR1632. EHSELECTION always produces a i32 value.
Evan Cheng
2007-09-04
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-09-04
Always check the type of node. This prevents situations such as selecting 32-...
Evan Cheng
2007-09-04
Update generated files.
David Greene
2007-09-04
fix reversal bug in preceding checkin
Dale Johannesen
2007-09-04
Revert this because the interface hasn't been updated yet.
David Greene
2007-09-04
Fix typo.
David Greene
2007-09-04
Mac OS X X86-64 ABI is same as the standard.
Evan Cheng
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-03
Reapply r41578 with proper fix
Anton Korobeynikov
2007-09-02
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-02
Emit proper "secrel" directive, where possible. This fixes invalid asm syntax...
Anton Korobeynikov
2007-09-01
More tweaks to improve compile time.
Evan Cheng
2007-09-01
Fix a gcroot lowering bug.
Evan Cheng
2007-08-31
Oops, should be part of 41664; won't work very well without this piece.
Dale Johannesen
2007-08-31
Add mod, copysign, abs operations to APFloat.
Dale Johannesen
2007-08-31
std::map -> DenseMap for slight compile time benefit.
Evan Cheng
2007-08-31
Allow the configure options to be set according to the llvm-top options.
Reid Spencer
2007-08-31
Revise per review of previous patch.
Dale Johannesen
2007-08-31
Initial support for calling functions with byval arguments on x86-64
Rafael Espindola
2007-08-31
Align i64 and f64 at 8 byte on x86-64.
Rafael Espindola
2007-08-31
Remove an unnecessary element, saving 4 bytes per LiveInterval.
Evan Cheng
[prev]
[next]