index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-15
1
-2
/
+2
*
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-15
1
-0
/
+5
*
Relax alignment fragments.
Rafael Espindola
2010-12-15
2
-14
/
+15
*
Generalize an assert.
Rafael Espindola
2010-12-15
1
-0
/
+6
*
Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all
Jakob Stoklund Olesen
2010-12-14
1
-9
/
+18
*
Add TargetRegisterInfo::printReg() to pretty-print registers.
Jakob Stoklund Olesen
2010-12-14
1
-0
/
+4
*
ARM Fixups relative to thumb functions need to have the low bit of the value
Jim Grosbach
2010-12-14
1
-0
/
+18
*
remove the dead (and terrible) llvm::RemoveSuccessor function.
Chris Lattner
2010-12-14
1
-9
/
+0
*
Remove debugging code.
Jakob Stoklund Olesen
2010-12-14
1
-66
/
+0
*
Introduce a new PartialAlias response for AliasAnalysis. For most
Dan Gohman
2010-12-10
1
-2
/
+3
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
8
-23
/
+135
*
Mach-O/ARM: Add relocation type enumeration.
Daniel Dunbar
2010-12-10
1
-0
/
+12
*
Mach-O: Tweak field name.
Daniel Dunbar
2010-12-10
1
-1
/
+1
*
Remove dead header.
Nick Lewycky
2010-12-10
1
-59
/
+0
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
8
-135
/
+23
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
8
-23
/
+135
*
Fix an issue in some Thumb fixups, where the effective PC address needs to be...
Owen Anderson
2010-12-09
1
-1
/
+4
*
Fix whitespace.
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
2
-7
/
+7
*
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-09
1
-31
/
+34
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
3
-20
/
+27
*
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...
Lang Hames
2010-12-08
1
-1
/
+2
*
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
1
-0
/
+52
*
Add support to create class type.
Devang Patel
2010-12-08
2
-2
/
+21
*
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick
2010-12-08
1
-19
/
+30
*
Stub out RegAllocGreedy.
Jakob Stoklund Olesen
2010-12-08
2
-0
/
+6
*
Add support to create vector, array, enums etc...
Devang Patel
2010-12-08
1
-1
/
+86
*
Let target asm backends see assembler flags as they go by. Use that to handle
Jim Grosbach
2010-12-08
1
-0
/
+5
*
Global variable does not need linkage name.
Devang Patel
2010-12-08
1
-3
/
+1
*
Add support to create local variable's debug info.
Devang Patel
2010-12-07
1
-0
/
+19
*
Layout each section independently. With the testcase in PR8711:
Rafael Espindola
2010-12-07
2
-7
/
+2
*
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-12-07
2
-5
/
+147
*
Fix begin() and end() on const IntervalMap.
Jakob Stoklund Olesen
2010-12-07
1
-4
/
+5
*
Missed a spot removing Alarm.
Michael J. Spencer
2010-12-07
1
-1
/
+0
*
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
1
-51
/
+0
*
Support/PathV2: Remove const from bool return types.
Michael J. Spencer
2010-12-07
1
-10
/
+10
*
Fix spelling.
Michael J. Spencer
2010-12-07
1
-1
/
+1
*
Support: Remove DynamicLinker.h. It is unused and unimplemented.
Michael J. Spencer
2010-12-07
1
-40
/
+0
*
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
1
-46
/
+42
*
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-07
2
-16
/
+16
*
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
1
-81
/
+24
*
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
2
-13
/
+13
*
Support/PathV2: Clarify and correct documentation.
Michael J. Spencer
2010-12-07
1
-3
/
+4
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
2
-9
/
+7
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
5
-46
/
+13
*
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
1
-4
/
+4
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
3
-12
/
+4
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-0
/
+6
*
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
1
-5
/
+0
*
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-12-06
1
-0
/
+5
[next]