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
Age
Commit message (
Expand
)
Author
2011-04-06
some libc++ notes.
Chris Lattner
2011-04-06
some edits.
Chris Lattner
2011-04-06
distribute content out to the appropriate sections
Chris Lattner
2011-04-05
Reapply r128946 (pseudoization of various instructions), and fix the extra im...
Owen Anderson
2011-04-05
Make the virtual destructor out-of-line so we have a key function.
Chandler Carruth
2011-04-05
Sign error
Jakob Stoklund Olesen
2011-04-05
Don't crash when a value is defined after the last split point.
Jakob Stoklund Olesen
2011-04-05
Permit blocks to branch directly to a landing pad.
Jakob Stoklund Olesen
2011-04-05
Remove extraneous 'return'.
Jim Grosbach
2011-04-05
Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...
Johnny Chen
2011-04-05
finished my pass through all the 2.9 commits, now to make this intelligible
Chris Lattner
2011-04-05
mention llvm::ArrayRef, which should be use much more pervasively than
Chris Lattner
2011-04-05
Clean up some code for clarity.
Bob Wilson
2011-04-05
Provide an empty virtual destructor to go with the virtual methods in
Chandler Carruth
2011-04-05
Revert r128946 while I figure out why it broke the buildbots.
Owen Anderson
2011-04-05
A7.3 register encoding
Johnny Chen
2011-04-05
Add support to encode function's template parameters.
Devang Patel
2011-04-05
Give RSBS and RSCS the pseudo treatment.
Owen Anderson
2011-04-05
ARM disassembler was erroneously accepting an invalid RSC instruction.
Johnny Chen
2011-04-05
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-04-05
docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...
NAKAMURA Takumi
2011-04-05
ARM disassembler was erroneously accepting an invalid LSL instruction.
Johnny Chen
2011-04-05
Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...
Owen Anderson
2011-04-05
remove graphprinter support for domfrontier.
Chris Lattner
2011-04-05
These tests no longer require linear scan because reserved register coalescin...
Jakob Stoklund Olesen
2011-04-05
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-05
only 7 more weeks to go.
Chris Lattner
2011-04-05
Refactor.
Devang Patel
2011-04-05
Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html
Jakob Stoklund Olesen
2011-04-05
Add an assertion instead of crashing when the scavenger goes past the end
Bob Wilson
2011-04-05
Fix typos. Adjust some whitespace for style. No functionality change.
Nick Lewycky
2011-04-05
The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.
Johnny Chen
2011-04-05
Add support for detection of Intel SandyBridge.
Roman Divacky
2011-04-05
Fix one more batch of X86 tests to be register allocation dependent.
Jakob Stoklund Olesen
2011-04-05
When dead code elimination removes all but one use, try to fold the single de...
Jakob Stoklund Olesen
2011-04-05
Do not emit empty name.
Devang Patel
2011-04-05
ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.
Johnny Chen
2011-04-05
Fix a typo.
Andrew Trick
2011-04-05
Added *hidden* flags -print-options and -print-all-options so
Andrew Trick
2011-04-05
LDRD now prints out two dst registers.
Johnny Chen
2011-04-05
Fix test-llvm failures.
Johnny Chen
2011-04-05
whitespace
Andrew Trick
2011-04-05
An MCDisassembler has the option to not implement
Shantonu Sen
2011-04-05
Make second source operand of LDRD pre/post explicit.
Jim Grosbach
2011-04-05
more notes to self.
Chris Lattner
2011-04-05
Constants with multiple encodings (ARM):
Johnny Chen
2011-04-05
Check for invalid register encodings for UMAAL and friends where:
Johnny Chen
2011-04-05
Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...
Owen Anderson
2011-04-05
ARM doesn't support byval yet. XFAIL this test until it does.
Stuart Hastings
2011-04-05
Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming
Oscar Fuentes
[next]