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
2011-04-13
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-12
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
Add sanity check for Ld/St Dual forms of Thumb2 instructions.
Johnny Chen
2011-04-12
Add @earlyclobber constraints to the writeback register of all ARM store inst...
Jakob Stoklund Olesen
2011-04-12
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-12
I missed this new file in previous commit.
Devang Patel
2011-04-12
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
Do not reuse parameter name.
Devang Patel
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
The Thumb2 RFE instructions need to have their second halfword fully specified.
Johnny Chen
2011-04-12
SparseBitVector is SLOW.
Jakob Stoklund Olesen
2011-04-12
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
Add bad register checks for Thumb2 Ld/St instructions.
Johnny Chen
2011-04-12
Revert 129383. It causes some targets to hit a scheduler assert.
Andrew Trick
2011-04-12
PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
Andrew Trick
2011-04-12
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...
Johnny Chen
2011-04-12
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-12
Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...
Jakob Stoklund Olesen
2011-04-12
Remove dead typedef.
Devang Patel
2011-04-12
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-12
Print out a debug message when the reglist fails the sanity check for Thumb L...
Johnny Chen
2011-04-12
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM
Cameron Zwarich
2011-04-12
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...
NAKAMURA Takumi
2011-04-12
Add support for line profiling. Very work-in-progress.
Nick Lewycky
2011-04-12
Consider ConstantAggregateZero as well as ConstantArray/Struct.
Nick Lewycky
2011-04-12
Fix typo.
Eric Christopher
2011-04-12
Make IRBuilder support StringRef for building strings.
Nick Lewycky
2011-04-12
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-12
Match case for invalid constant error messages and add a new
Eric Christopher
2011-04-12
A8.6.16 B
Johnny Chen
2011-04-12
Fix reassociate to use a worklist instead of recursing when new
Dan Gohman
2011-04-12
To avoid printing out multiple error messages for cases like:
Eric Christopher
2011-04-11
Reuse live interval union between functions. This saves a bit of compile time
Jakob Stoklund Olesen
2011-04-11
Thumb disassembler was erroneously rejecting "blx sp" instruction.
Johnny Chen
2011-04-11
comment cleanup, use moveBefore instead of removeFromParent+insertBefore.
Chris Lattner
2011-04-11
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-04-11
Fix an error in the MBlaze delay slot filler.
Wesley Peck
2011-04-11
Add scheduling information for the MBlaze backend.
Wesley Peck
2011-04-11
Lex, and then fail on invalid constants.
Eric Christopher
2011-04-11
Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't
Nick Lewycky
2011-04-11
Implement cfi_rel_offset
Rafael Espindola
2011-04-11
Speed up eviction by stopping collectInterferingVRegs as soon as the spill
Jakob Stoklund Olesen
2011-04-11
Don't crash on invalid instructions when disassembling MBlaze code.
Wesley Peck
[prev]
[next]