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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2007-09-04
Update generated files.
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
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
2007-08-31
Use std::map instead of a (potentially very sparse) array to track val# defin...
Evan Cheng
2007-08-31
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-30
Instruction formats added used to generate multiply instructions of V5TE.
Raul Herbster
2007-08-30
Unused relocation type reloc_arm_absolute removed.
Raul Herbster
2007-08-30
Comments added. It now generates V5TE multiply instructions. However, it is s...
Raul Herbster
2007-08-30
ARM instruction table was modified by adding information to generate multiply...
Raul Herbster
2007-08-30
JITInfo now resolves function addrs and also relocations. It always emits a s...
Raul Herbster
2007-08-30
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-30
Try fold re-materialized load instructions into its uses.
Evan Cheng
2007-08-30
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
Mark load instructions with isLoad = 1.
Evan Cheng
2007-08-30
Use i64 on a PPC64 machine
Bill Wendling
2007-08-30
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-29
Fix use of declaration inside case block
Anton Korobeynikov
2007-08-29
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)
Anton Korobeynikov
2007-08-29
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
update these
Chris Lattner
2007-08-28
Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by
Dan Gohman
2007-08-28
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
Added method to get Mips register numbers
Bruno Cardoso Lopes
2007-08-28
Changed stack allocation On LowerFORMAL_ARGUMENTS.
Bruno Cardoso Lopes
2007-08-28
Mask directive completed with CalleeSave info
Bruno Cardoso Lopes
2007-08-28
Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS
Bruno Cardoso Lopes
2007-08-28
Cut off crazy computation. This helps PR1622 slightly.
Chris Lattner
2007-08-27
Use simpler test to filter loops.
Devang Patel
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-27
Add a comment about using libc memset/memcpy or generating inline code.
Rafael Espindola
2007-08-27
Make DAGCombiner's global alias analysis query more precise in the case
Dan Gohman
2007-08-27
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
Change comments to refer to @malloc and @free instead of %malloc and %free.
Dan Gohman
2007-08-27
There is an impedance matching problem between LLVM and
Duncan Sands
2007-08-27
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
call libc memcpy/memset if array size is bigger then threshold.
Rafael Espindola
2007-08-26
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
[prev]
[next]