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-04-09
Use getNumImplicitDefs() and getNumImplicitUses().
Bob Wilson
2010-04-09
Fix up some comments.
Bob Wilson
2010-04-08
Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.
Dan Gohman
2010-04-08
delete a forwarding function.
Chris Lattner
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-04-08
Coalescer should not delete copy instructions whose defs are partially dead. ...
Evan Cheng
2010-04-08
Fix -Wsign-compare warning (issued by clang++).
Ted Kremenek
2010-04-08
Rename a function.
Devang Patel
2010-04-08
implicit defs get added to the end of machine instrs sometimes. Scan the who...
Chris Lattner
2010-04-08
One instruction may start (or end) multiple lexical scopes.
Devang Patel
2010-04-08
Remove dead code.
Devang Patel
2010-04-08
Delete out of date comment.
Devang Patel
2010-04-08
Refactor.
Devang Patel
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
2010-04-08
Make post regalloc machine licm functional. It now passes all of MultiSource.
Evan Cheng
2010-04-08
convert a report_fatal_error that I was able to trigger into a nice error
Chris Lattner
2010-04-07
minor tidying.
Chris Lattner
2010-04-07
use assertions instead of unreachable for logic errors.
Chris Lattner
2010-04-07
introduce a new recoverable error handling API to LLVMContext
Chris Lattner
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
remove some unneeded errorhandling stuff.
Chris Lattner
2010-04-07
tidy up
Chris Lattner
2010-04-07
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
Initial support for different kinds of FU reservation.
Anton Korobeynikov
2010-04-07
Factor out scoreboard into separate class. This way we might have several dif...
Anton Korobeynikov
2010-04-07
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-04-07
fix 80 col violation, patch by Alastair Lynn
Chris Lattner
2010-04-07
add a comment line that got dropped
Chris Lattner
2010-04-07
fix a latent bug my inline asm stuff exposed:
Chris Lattner
2010-04-07
Remove unused method.
Benjamin Kramer
2010-04-07
Workaround the breakage in r100616 by guarding all timers with
Torok Edwin
2010-04-07
Use the "NamedGroupTimer" class to categorize DWARF emission better.
Bill Wendling
2010-04-07
Use raw_ostream.
Benjamin Kramer
2010-04-07
Add comments for missed opportunities.
Evan Cheng
2010-04-07
Fix typo.
Evan Cheng
2010-04-07
Have the inst emitter add the !srcloc mdnode to the machine instr.
Chris Lattner
2010-04-07
remove another magic number.
Chris Lattner
2010-04-07
Three changes:
Chris Lattner
2010-04-07
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-07
Post regalloc LICM. Work in progress.
Evan Cheng
2010-04-06
Do not emit specification DIE with DW_AT_specification attribute for member f...
Devang Patel
2010-04-06
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
Revert 100573, it's causing some testsuite problems.
Dale Johannesen
2010-04-06
Move printing of DEBUG_VALUE comments to target-independent place.
Dale Johannesen
2010-04-06
Allow for the possibility that a debug-value points
Dale Johannesen
2010-04-06
Reverting 100530 & 100531 due to regressions in the GDB test suite.
Stuart Hastings
2010-04-06
Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.
Evan Cheng
[prev]
[next]