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
2012-02-22
Add Foreach Loop
David Greene
2012-02-22
Fix typos.
Jakob Stoklund Olesen
2012-02-22
Remove static ctor.
Benjamin Kramer
2012-02-22
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-22
Remove extra semi-colon.
Eric Christopher
2012-02-22
Declare register classes as const. Fix a couple pointers to register classes ...
Craig Topper
2012-02-22
misched: DAG builder should not track dependencies for SSA defs.
Andrew Trick
2012-02-22
Initialize SUnits before DAG building.
Andrew Trick
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
Improve comment. Thanks for Andrew for the suggestion.
Rafael Espindola
2012-02-22
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
Adding support for Microsoft's thiscall calling convention. LLVM side of the...
Aaron Ballman
2012-02-22
Improve handling of blockaddresses in bugpoint when splitting a module. Patc...
Eli Friedman
2012-02-22
ADT/SparseSet.h: Fix up header dependencies.
NAKAMURA Takumi
2012-02-22
Clarify ARM calling conventions.
Jakob Stoklund Olesen
2012-02-22
Use SparseSet for the RAFast live virtual register map.
Jakob Stoklund Olesen
2012-02-22
Add a Briggs and Torczon sparse set implementation.
Jakob Stoklund Olesen
2012-02-22
Use a function in MathExtras to do sign extension.
Akira Hatanaka
2012-02-21
Remove a bad PowerPC test.
Jakob Stoklund Olesen
2012-02-21
Calls don't really change the stack pointer.
Jakob Stoklund Olesen
2012-02-21
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-21
Testcase for previous commit.
Eric Christopher
2012-02-21
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
Use the target-aware constant folder on expressions to improve the chance
Nick Lewycky
2012-02-21
Proper support for a bastardized darwin-eabi hybird ABI.
Evan Cheng
2012-02-21
s/the the/the/
Rafael Espindola
2012-02-21
Fix unsigned off-by-one in comment.
Benjamin Kramer
2012-02-21
InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...
Benjamin Kramer
2012-02-21
Move the implementation of StringRef::split out of StringExtras.cpp
Duncan Sands
2012-02-21
test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...
NAKAMURA Takumi
2012-02-21
Revert r151049 cos it broke the buildbots.
Jay Foad
2012-02-21
Tiny cosmetic change to use the same style for all of the while loops in
Chandler Carruth
2012-02-21
PR1210: make uniquing of struct and function types more efficient by
Jay Foad
2012-02-21
Replace a hand rolled loop with a lovely StringRef helper we have these
Chandler Carruth
2012-02-21
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
Reorder some members in MCRegisterClass to remove padding on 64-bit builds.
Craig Topper
2012-02-21
In generated RegisterInfo files, replace a pointer to the end of an array wit...
Craig Topper
2012-02-21
Merge some tables in generated RegisterInfo file. Store indices into larger t...
Craig Topper
2012-02-21
Merge some tables in generated RegisterInfo file. Store indices into larger t...
Craig Topper
2012-02-21
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
StackSlotColoring does not use a VirtRegMap
Andrew Trick
2012-02-21
whitespace
Andrew Trick
2012-02-21
Use more idiomatic assert.
Rafael Espindola
2012-02-21
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-21
Fix some bugs in HMEditor's moveAllOperandsInto logic.
Lang Hames
[next]