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-01
Revert r100143.
Eric Christopher
2010-04-01
Revert r100117.
Devang Patel
2010-04-01
Add some switches helpful for debugging:
David Greene
2010-04-01
Do not eagerly record known previous location. DBG_VALUE may not cause a new ...
Devang Patel
2010-04-01
Skip checking preferred alignment of GVs defined in other translation units a...
Evan Cheng
2010-04-01
- Avoid using floating point stores to implement memset unless the value is z...
Evan Cheng
2010-04-01
Skip instructions until new scope is seen.
Devang Patel
2010-04-01
Cosmetic changes.
Devang Patel
2010-04-01
Fix sdisel memcpy, memset, memmove lowering:
Evan Cheng
2010-04-01
Reapply r100056. It doesn't look like it's the one that's causing a failure.
Bill Wendling
2010-03-31
Revert r100056. It was causing a failure on MSVC.
Bill Wendling
2010-03-31
Reverting 100048; it broke two Frontend debug info tests.
Stuart Hastings
2010-03-31
Rewrite CorrectExtraCFGEdges() to make it more understandable.
Bill Wendling
2010-03-31
Debug info can now properly represent functions inside classes inside other f...
Stuart Hastings
2010-03-31
Reduce string trashing.
Benjamin Kramer
2010-03-31
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
Benjamin Kramer
2010-03-31
reduce indentation
Chris Lattner
2010-03-31
tidy up
Chris Lattner
2010-03-31
MI != 0 is checked in the assert right above this.
Chris Lattner
2010-03-31
use the isDebugValue() predicate and pop_back_val()
Chris Lattner
2010-03-31
assert is a function-like macro, not a control flow operator.
Chris Lattner
2010-03-31
reduce indentation, fit in 80 cols and various other cosmetic cleanups.
Chris Lattner
2010-03-31
use the optimized debug info apis in sdisel.
Chris Lattner
2010-03-31
add new apis for getting/setting !dbg metadata on
Chris Lattner
2010-03-30
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
Ignore invalid metadata.
Devang Patel
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
Funky indentation.
Evan Cheng
2010-03-30
There is no need to fall through after processing DBG_VALUE machine instruction.
Devang Patel
2010-03-30
Fix -Asserts warning.
Daniel Dunbar
2010-03-30
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-03-30
Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
Torok Edwin
2010-03-30
Introduce another Reset() method in BumpPtrAllocator that calls a destructor
Torok Edwin
2010-03-30
Avoid being influenced by the presence of dbg_value instructions.
Evan Cheng
2010-03-29
Re-add back in the slow way of determining of a clean-up should become a
Bill Wendling
2010-03-29
A more general (and simpler!) implementation of r99671. It performs a similar
Bill Wendling
2010-03-29
Encode start location of debug value, communicated through DBG_VALUE machine ...
Devang Patel
2010-03-29
Fix PR4975. Avoid referencing empty vector.
Evan Cheng
2010-03-29
Pool allocate SDDbgValue nodes.
Evan Cheng
2010-03-29
use RAII for ExceptionTimer too
Chris Lattner
2010-03-29
fix a variety of issues were we'd start DebugTimer but
Chris Lattner
2010-03-29
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-28
Revert 99772.
Devang Patel
2010-03-28
add a statistic for the # times isel has to backtrack.
Chris Lattner
2010-03-28
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-28
finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
Chris Lattner
2010-03-28
comply with the wishes of a fixme.
Chris Lattner
2010-03-28
now that (parallel) is gone and a variety of bugs in targets
Chris Lattner
[prev]
[next]