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
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-06-25
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-25
My guess is that RegInfo should only call the Allocator.Deallocator if it's not
Bill Wendling
2009-06-25
Now with EVEN FEWER statics!
Owen Anderson
2009-06-24
Fewer static variables, part 3 of many.
Owen Anderson
2009-06-24
Down with _even more_ statics!
Owen Anderson
2009-06-24
Down with statics!
Owen Anderson
2009-06-24
Move local statics to per-instance variables.
Owen Anderson
2009-06-24
Completed basic intra block split implementation.
Lang Hames
2009-06-24
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-24
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
Rearrange some stuff in MachineOperand and add a new TargetFlags field.
Chris Lattner
2009-06-24
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-06-24
Rewrite 73900 per Duncan's suggestion.
Dale Johannesen
2009-06-24
remove dead makefile flags.
Chris Lattner
2009-06-24
Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...
Lang Hames
2009-06-24
Fix support for inline asm input / output operand tying when operand spans ac...
Evan Cheng
2009-06-23
Use a default alignment for data and bss sections.
Bruno Cardoso Lopes
2009-06-22
Fix memcpy expansion so it won't generate invalid
Dale Johannesen
2009-06-22
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-22
Use different functions to emit the string and symbol tables.
Bruno Cardoso Lopes
2009-06-22
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-20
Fix PR4419: handle defs of partial uses.
Evan Cheng
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
Minor cleanup; fixes review comments for a previous patch. Sorry for
Eli Friedman
2009-06-19
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
Improved PHI def marking, replaced some gotos with breaks.
Lang Hames
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-18
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-17
VNInfo cleanup.
Lang Hames
2009-06-16
Fixed names of libcalls checked in r73480.
Sanjiv Gupta
2009-06-16
Added required libcalls for PIC16 (mostly floating points to integer casting ...
Sanjiv Gupta
2009-06-16
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-16
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-16
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-16
Fix typos.
Bill Wendling
2009-06-16
Use MainCU if it is available.
Devang Patel
2009-06-15
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...
Owen Anderson
2009-06-15
Change this from an assert to a cerr+exit, since it's diagnosing an
Dan Gohman
2009-06-15
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-15
ifcvt should ignore cfg where true and false successors are the same.
Evan Cheng
2009-06-15
CheckTailCallReturnConstraints is missing a check on the
Arnold Schwaighofer
2009-06-15
Part 1.
Evan Cheng
2009-06-14
Fix old-style type names in comments.
Dan Gohman
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
[next]