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
...
*
In Thumb1, the register scavenger is not always able to use an emergency
Jim Grosbach
2009-10-05
5
-12
/
+69
*
First test commit
Evan Phoenix
2009-10-05
1
-2
/
+2
*
Don't treat malloc calls with non-matching prototype as malloc.
Edwin Török
2009-10-05
1
-2
/
+13
*
No newline at end of files.
Edward O'Callaghan
2009-10-05
2
-2
/
+2
*
Gracefully handle various scopes while recording source line info.
Devang Patel
2009-10-05
1
-4
/
+21
*
Remove an unnnecessary LLVMContext argument in
Dan Gohman
2009-10-05
6
-15
/
+9
*
Use Use::operator= instead of Use::set, for consistency.
Dan Gohman
2009-10-05
1
-2
/
+2
*
Remove explicit enum integer values. They don't appear to be needed, and
Dan Gohman
2009-10-05
2
-22
/
+22
*
Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIP
Dan Gohman
2009-10-05
1
-5
/
+5
*
Fix a name in a comment.
Dan Gohman
2009-10-05
1
-1
/
+1
*
callgraph changes came after the 2.6 branch.
Chris Lattner
2009-10-05
1
-1
/
+0
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
17
-119
/
+121
*
add more type predicates.
Chris Lattner
2009-10-05
1
-6
/
+24
*
teach the optimizer how to constant fold uadd/usub intrinsics.
Chris Lattner
2009-10-05
2
-1
/
+82
*
simplify this code a bunch.
Chris Lattner
2009-10-05
1
-14
/
+14
*
add some helper functions.
Chris Lattner
2009-10-05
1
-0
/
+6
*
code simplifications.
Chris Lattner
2009-10-05
1
-16
/
+25
*
Move implicit and paralle to a separate codegen specific section.
Evan Cheng
2009-10-05
1
-7
/
+19
*
instcombine shouldn't delete all null checks for mallocs.
Chris Lattner
2009-10-05
2
-2
/
+21
*
stop MachineFunctionPass from claiming that it preserves LoopDependence info,
Chris Lattner
2009-10-05
1
-2
/
+0
*
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
Chris Lattner
2009-10-05
28
-3547
/
+2
*
add some completely unformated and probably incoherent notes about things
Chris Lattner
2009-10-05
1
-11
/
+127
*
Do away with the strange use of BitVectors in SSI, and just use normal sets. ...
Owen Anderson
2009-10-04
2
-135
/
+101
*
Whitespace and formatting.
Jakob Stoklund Olesen
2009-10-04
1
-42
/
+16
*
Remove trailing whitespace from build output.
Jakob Stoklund Olesen
2009-10-04
1
-1
/
+1
*
Fix a typo in the comment.
Owen Anderson
2009-10-04
1
-1
/
+1
*
SSI needs to require DT and DF transitively, since it uses them outside of it...
Owen Anderson
2009-10-04
1
-3
/
+3
*
CMake: remove .so file extension from library names when building
Oscar Fuentes
2009-10-04
1
-1
/
+1
*
Allow -inline-threshold override default threshold even if compiling to optim...
Evan Cheng
2009-10-04
1
-0
/
+1
*
Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...
Evan Cheng
2009-10-04
1
-6
/
+8
*
Requires element types in a constant initializer to match the element types of
Nick Lewycky
2009-10-03
1
-11
/
+3
*
Add a comment to describe letters used in multiclass name suffixes.
Bob Wilson
2009-10-03
1
-0
/
+6
*
Fix encoding problem for VMLS instruction.
Bob Wilson
2009-10-03
1
-1
/
+1
*
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
6
-21
/
+21
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
12
-402
/
+402
*
Try to fix unit test linking on linux ...
Benjamin Kramer
2009-10-02
1
-2
/
+2
*
MingW build fixes
Benjamin Kramer
2009-10-02
2
-1
/
+7
*
Fix a use-after-free in post-ra-scheduling.
Benjamin Kramer
2009-10-02
1
-1
/
+3
*
Fix make rule when objdir is inside srcdir.
Edwin Török
2009-10-02
1
-1
/
+1
*
getFunctionAlignment should return log2 alignment.
Evan Cheng
2009-10-02
2
-3
/
+4
*
Fix tests.
Evan Cheng
2009-10-02
2
-3
/
+3
*
Fix test.
Evan Cheng
2009-10-02
1
-1
/
+2
*
C++ member functions must be 2 byte aligned per ABI.
Evan Cheng
2009-10-02
1
-0
/
+19
*
Forgot about ARM::tPUSH. It also has a new writeback operand.
Evan Cheng
2009-10-02
2
-0
/
+11
*
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-02
4
-17
/
+7
*
Test case for aligned attribute on function declaration.
Evan Cheng
2009-10-02
1
-0
/
+7
*
All callee-saved registers are live-out of a return block.
David Goodwin
2009-10-01
1
-18
/
+21
*
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
21
-37
/
+40
*
Expand api out in the usual inserter way, though, I do have a
Mike Stump
2009-10-01
2
-4
/
+23
*
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
9
-15
/
+61
[prev]
[next]