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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
simplify code now that it is inlined.
Chris Lattner
2009-07-21
2
-16
/
+5
*
Exposed PHIElimination pass within CodeGen.
Lang Hames
2009-07-21
2
-74
/
+101
*
Now that RelocBehaviour() is never overloaded, it doesn't need to be
Chris Lattner
2009-07-21
3
-17
/
+10
*
Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to be
Eric Christopher
2009-07-21
1
-0
/
+3
*
this doesn't break any of the 4 ia64 tests.
Chris Lattner
2009-07-21
2
-6
/
+0
*
alpha doesn't need to redefine this: it only supports PIC codegen anyway.
Chris Lattner
2009-07-21
2
-7
/
+0
*
Add some support for iterative coalescers to calculate a joined live
David Greene
2009-07-21
2
-2
/
+35
*
no really, I can spell!
Chris Lattner
2009-07-21
3
-7
/
+7
*
add an API so target-independent codegen can determine if a constant
Chris Lattner
2009-07-21
3
-2
/
+55
*
Convert instcombine from using using getAnalysis<TargetData> to
Dan Gohman
2009-07-21
1
-46
/
+62
*
Permit the IntPtrTy argument to isEliminableCastPair to be null,
Dan Gohman
2009-07-21
2
-1
/
+5
*
fix typo
Chris Lattner
2009-07-21
1
-1
/
+1
*
Change ELFCodeEmitter logic to emit the constant pool and jump tables to
Bruno Cardoso Lopes
2009-07-21
3
-28
/
+30
*
Replace the original ad-hoc code for determining whether (v pred w) implies
Dan Gohman
2009-07-21
3
-117
/
+253
*
Remove a big test case.
Evan Cheng
2009-07-21
1
-5384
/
+0
*
Various doc updates from Edward O'Callaghan!
Chris Lattner
2009-07-21
4
-5
/
+19
*
remove the last bits of SectionFlagsForGlobal. There is some flag here that
Chris Lattner
2009-07-21
2
-30
/
+2
*
don't mask out the small flag and then reapply it later.
Chris Lattner
2009-07-21
1
-15
/
+1
*
if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...
Chris Lattner
2009-07-21
1
-1
/
+1
*
remove the Xcore implementation of SelectSectionForGlobal. While you have
Chris Lattner
2009-07-21
2
-22
/
+0
*
simplify based on the fact that darwin always uses L/l.
Chris Lattner
2009-07-21
1
-8
/
+4
*
make some stuff private.
Chris Lattner
2009-07-21
3
-14
/
+10
*
improve comments.
Chris Lattner
2009-07-21
1
-11
/
+21
*
Remove the XCore custom implementation of MergeableConstSection, relying on
Chris Lattner
2009-07-21
2
-18
/
+0
*
Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built
Bob Wilson
2009-07-21
1
-1
/
+6
*
Reorder the "Metadata" entry to match the C bindings.
Bob Wilson
2009-07-21
2
-2
/
+2
*
Add missing include
Daniel Dunbar
2009-07-21
1
-0
/
+1
*
inline a trivial method into its only call site and fix indentation of cases
Chris Lattner
2009-07-21
2
-22
/
+16
*
Remove some overridden functions in XCoreTargetAsmInfo that are
Chris Lattner
2009-07-21
4
-71
/
+6
*
revert r76602, 76603, and r76615, pending design discussions.
Chris Lattner
2009-07-21
7
-90
/
+19
*
minor cleanups.
Chris Lattner
2009-07-21
1
-16
/
+10
*
Privatize the ConstantArray table.
Owen Anderson
2009-07-21
6
-129
/
+166
*
Add a few fairly obvious API changes I noticed while porting some old code.
Edwin Török
2009-07-21
1
-0
/
+8
*
Missed a piece of the commit to remove the shift flavor.
Eli Friedman
2009-07-21
1
-1
/
+0
*
Privatize the first of the value maps.
Owen Anderson
2009-07-21
6
-50
/
+330
*
Remove shift amount flavor. It isn't actually complete enough to
Eli Friedman
2009-07-21
5
-20
/
+0
*
Remove a couple of already-implemented notes.
Eli Friedman
2009-07-21
1
-12
/
+0
*
80 col violation.
Evan Cheng
2009-07-21
1
-9
/
+9
*
Prefix IR dumps with LiveInterval indices when possible. This turns
David Greene
2009-07-21
2
-11
/
+26
*
Add fake v7 itineraries for now.
Evan Cheng
2009-07-21
3
-4
/
+40
*
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
18
-188
/
+110
*
Add PrefixPrinter arguments to the dump routines for MachineFunction and
David Greene
2009-07-21
4
-8
/
+23
*
Add a small utility class to configure IR printers. This will allow
David Greene
2009-07-21
1
-0
/
+41
*
Make a bunch of changes suggested by Chris and others to improve
David Greene
2009-07-21
1
-78
/
+146
*
Do not select tSXTB / tSXTH in thumb2 mode.
Evan Cheng
2009-07-21
2
-4
/
+38
*
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
Owen Anderson
2009-07-21
14
-128
/
+128
*
Add freed memory poisoning in !NDEBUG mode for DenseMap.
Edwin Török
2009-07-21
1
-1
/
+15
*
reduce indentation by using an early exit.
Chris Lattner
2009-07-21
1
-73
/
+68
*
Update CMake files.
Ted Kremenek
2009-07-21
3
-5
/
+7
*
Use string comparison instead of numeric comparison when comparing digests.
Ted Kremenek
2009-07-21
1
-1
/
+1
[prev]
[next]