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
/
include
Age
Commit message (
Expand
)
Author
2010-12-14
Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all
Jakob Stoklund Olesen
2010-12-14
Add TargetRegisterInfo::printReg() to pretty-print registers.
Jakob Stoklund Olesen
2010-12-14
ARM Fixups relative to thumb functions need to have the low bit of the value
Jim Grosbach
2010-12-14
remove the dead (and terrible) llvm::RemoveSuccessor function.
Chris Lattner
2010-12-14
Remove debugging code.
Jakob Stoklund Olesen
2010-12-10
Introduce a new PartialAlias response for AliasAnalysis. For most
Dan Gohman
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Mach-O/ARM: Add relocation type enumeration.
Daniel Dunbar
2010-12-10
Mach-O: Tweak field name.
Daniel Dunbar
2010-12-10
Remove dead header.
Nick Lewycky
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
Fix an issue in some Thumb fixups, where the effective PC address needs to be...
Owen Anderson
2010-12-09
Fix whitespace.
Michael J. Spencer
2010-12-09
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-08
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...
Lang Hames
2010-12-08
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
Add support to create class type.
Devang Patel
2010-12-08
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick
2010-12-08
Stub out RegAllocGreedy.
Jakob Stoklund Olesen
2010-12-08
Add support to create vector, array, enums etc...
Devang Patel
2010-12-08
Let target asm backends see assembler flags as they go by. Use that to handle
Jim Grosbach
2010-12-08
Global variable does not need linkage name.
Devang Patel
2010-12-07
Add support to create local variable's debug info.
Devang Patel
2010-12-07
Layout each section independently. With the testcase in PR8711:
Rafael Espindola
2010-12-07
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-12-07
Fix begin() and end() on const IntervalMap.
Jakob Stoklund Olesen
2010-12-07
Missed a spot removing Alarm.
Michael J. Spencer
2010-12-07
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
Support/PathV2: Remove const from bool return types.
Michael J. Spencer
2010-12-07
Fix spelling.
Michael J. Spencer
2010-12-07
Support: Remove DynamicLinker.h. It is unused and unimplemented.
Michael J. Spencer
2010-12-07
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-07
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
Support/PathV2: Clarify and correct documentation.
Michael J. Spencer
2010-12-07
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-06
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-12-06
Fix clang warning: "extra ';' inside a class [-pedantic]".
Frits van Bommel
2010-12-06
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...
Michael J. Spencer
2010-12-06
Remove the getAddress getter, initialize Ordinal in the constructor and use
Rafael Espindola
[next]