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
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
Revert 73718. It's breaking 254.gap.
Evan Cheng
2009-06-19
Unbreak cyclic deps
Anton Korobeynikov
2009-06-19
Fix bad paste-o in the MSVC atomics.
Owen Anderson
2009-06-19
Forgot to remove some explicit locking when it became implicit in the ValueMap.
Owen Anderson
2009-06-19
Fences are expensive. Avoid doing them when we're not in multithreaded mode.
Owen Anderson
2009-06-19
Make ScalarEvolution::print print getSCEVAtScope values for
Dan Gohman
2009-06-19
Move the memory fences out of the path for single-threaded mode.
Owen Anderson
2009-06-19
Don't (unconditionally) use getSCEVAtScope to simplify the step
Dan Gohman
2009-06-19
Fix incorrect comment pointed out by Duncan.
Owen Anderson
2009-06-19
Clean up nightly tester to use Perl's File::Find.
Bob Wilson
2009-06-19
Fix a major typo.
Owen Anderson
2009-06-19
make jump threading handle lexically identical compare instructions
Chris Lattner
2009-06-19
fix the sparc codegen to not depend on the sparc asmprinter.
Chris Lattner
2009-06-19
Add support for AuroraUX. Patch by evocallaghan.
Duncan Sands
2009-06-19
Since -Wno-long-long is ignored without -pedantic,
Duncan Sands
2009-06-19
Add comments.
Evan Cheng
2009-06-19
Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to
Eli Friedman
2009-06-19
Should be using Bcc (average) latency to determine if-conversion threshold, n...
Evan Cheng
2009-06-19
Minor cleanup; fixes review comments for a previous patch. Sorry for
Eli Friedman
2009-06-19
Teach jump threading to look at comparisons between phi nodes and non-constants.
Nick Lewycky
2009-06-19
Misc tweaks to Intel asm printing to make it more compatible with MASM.
Eli Friedman
2009-06-19
Improve tail call elim to move loads above readonly calls
Chris Lattner
2009-06-19
part of PR4405: disable a contentious optimization for
Chris Lattner
2009-06-19
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr.
Evan Cheng
2009-06-19
Include DataTypes.h for 'uint64_t'.
Zhongxing Xu
2009-06-19
Latency information for ARM v6. It's rough and not yet hooked up. Right now ...
Evan Cheng
2009-06-19
Mark a few Thumb instructions commutable; just happened to spot this
Eli Friedman
2009-06-19
Fix weird class-size-being-different problems. At some level this is being c...
Owen Anderson
2009-06-19
add a file I missed, this goes with r73743
Chris Lattner
2009-06-19
Add some scaffolding for a new experimental asmprinter
Chris Lattner
2009-06-19
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-18
fix build problem pointed out by John Thompson!
Chris Lattner
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
minor cleanup
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-18
fix file header
Chris Lattner
2009-06-18
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner
2009-06-18
new testcase for rdar://6983634
Chris Lattner
2009-06-18
Add a parent pointer to SCEV, in preparation for getting rid of the global un...
Owen Anderson
2009-06-18
Improved PHI def marking, replaced some gotos with breaks.
Lang Hames
2009-06-18
Allow user to specify separate SVN url for llvm and the test suite.
Evan Cheng
2009-06-18
Simplify.
Owen Anderson
2009-06-18
Simplify.
Owen Anderson
2009-06-18
Add a SmartScopedLock, and use it to simplify code.
Owen Anderson
2009-06-18
Simplify with SmartRWMutex.
Owen Anderson
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
[next]