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
2010-02-09
Skip DEBUG_VALUE in some places where it was affecting codegen.
Dale Johannesen
2010-02-09
Add declaration attribute to a variable DIE, if there is a separate DIE for t...
Devang Patel
2010-02-09
Fixed a bug in the PBQP allocator's findCoalesces method.
Lang Hames
2010-02-09
Added copy sensible construction & assignment to PBQP graphs and fixed a memo...
Lang Hames
2010-02-09
Implement AsmPrinter support for several more operators which have
Dan Gohman
2010-02-08
now that @GOTOFF is no longer represented as a suffix on a
Chris Lattner
2010-02-08
ConstantFoldConstantExpression can theoretically return the original
Dan Gohman
2010-02-08
When CodeGen'ing unoptimized code, there may be unfolded constant expressions
Dan Gohman
2010-02-08
Apply the 95471 fix to SelectionDAGBuilder as well;
Dale Johannesen
2010-02-08
In guaranteed tailcall mode, don't decline the tailcall optimization
Dan Gohman
2010-02-07
Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck
Duncan Sands
2010-02-06
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-02-06
Fix an uninitialized value. Radar 7609421.
Bob Wilson
2010-02-06
After Victor's latest commits I am seeing null
Dale Johannesen
2010-02-06
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-05
Do not generate specification DIE for nested functions.
Devang Patel
2010-02-05
When the scheduler unfold a load folding instruction it move some of the pred...
Evan Cheng
2010-02-05
An empty global constant (one of size 0) may have a section immediately
Bill Wendling
2010-02-04
Fix typo Duncan noticed.
Evan Cheng
2010-02-04
Fix small bug in handling instructions with more than one implicitly defined ...
Jakob Stoklund Olesen
2010-02-04
It's too risky to eliminate sext / zext of call results for tail call optimiz...
Evan Cheng
2010-02-03
Emit appropriate expression to find virtual base offset.
Devang Patel
2010-02-03
Provide interface to identifiy artificial methods.
Devang Patel
2010-02-03
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
Chris Lattner
2010-02-03
change addPassesToEmitFile to return true on failure instead of its input,
Chris Lattner
2010-02-03
Revert 94937 and move the noreturn check to codegen.
Evan Cheng
2010-02-03
Allow all types of callee's to be tail called. But avoid automatic tailcall i...
Evan Cheng
2010-02-03
don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,
Chris Lattner
2010-02-03
privatize a bunch of methods and move \n printing into them.
Chris Lattner
2010-02-03
Reapply 95050 with a tweak to check the register class.
Dale Johannesen
2010-02-03
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-03
pass an instprinter into the AsmPrinter if it is available.
Chris Lattner
2010-02-03
make any use of the "O" stream in asmprinter print to
Chris Lattner
2010-02-02
Hook up -filetype=obj through the MachO streamer. Here's a demo:
Chris Lattner
2010-02-02
Revert 95130.
Evan Cheng
2010-02-02
use OwningPtr and factor code better.
Chris Lattner
2010-02-02
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
simplify getVerboseAsm
Chris Lattner
2010-02-02
move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...
Chris Lattner
2010-02-02
remove dead #include, stupid symlinks.
Chris Lattner
2010-02-02
Remove a bunch of stuff around the edges of the ELF writer.
Chris Lattner
2010-02-02
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
eliminate FileModel::Model, just use CodeGenFileType. The client
Chris Lattner
2010-02-02
eliminate all forms of addPassesToEmitMachineCode except
Chris Lattner
2010-02-02
Test revert 95050; there's a good chance it's causing
Dale Johannesen
2010-02-02
Inline addAssemblyEmitter into its one real caller and delete
Chris Lattner
2010-02-02
Apparently gdb is not amused by empty lines in pubtypes section.
Devang Patel
2010-02-02
NULL terminate name in pubtypes sections.
Devang Patel
2010-02-02
Make local RA smarter about reusing input register of a copy
Dale Johannesen
[prev]
[next]