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
*
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.
Torok Edwin
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
*
ARM::tPOP and tPOP_RET each has an extra writeback operand now.
Evan Cheng
2009-10-01
4
-2
/
+19
*
remove trailing whitespace
Jim Grosbach
2009-10-01
1
-19
/
+19
*
Add support to extract lexical scope information from DebugLoc attached with ...
Devang Patel
2009-10-01
2
-1
/
+143
*
Use MachineFrameInfo.getPristineRegs() to determine which callee-saved regist...
David Goodwin
2009-10-01
1
-47
/
+30
*
Record first and last instruction of a scope in DbgScope.
Devang Patel
2009-10-01
1
-2
/
+8
*
Don't use identifiers that start with an underscore followed
Dan Gohman
2009-10-01
1
-2
/
+2
*
Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...
Douglas Gregor
2009-10-01
2
-9
/
+46
*
Observe hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. Do not change
Evan Cheng
2009-10-01
1
-18
/
+55
*
Add hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq flags to ld / st multiple,
Evan Cheng
2009-10-01
5
-24
/
+33
*
Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When
Evan Cheng
2009-10-01
5
-1
/
+31
*
Remove GVNPRE.cpp from the CMake makefile
Douglas Gregor
2009-10-01
1
-1
/
+0
*
remove the GVNPRE pass. It has been subsumed by the GVN pass.
Chris Lattner
2009-10-01
22
-2324
/
+0
*
Update ARM JIT emitter to account for ld/st multiple changes.
Evan Cheng
2009-10-01
1
-3
/
+3
*
Change ld/st multiples to explicitly model the writeback to base register. Th...
Evan Cheng
2009-10-01
6
-40
/
+55
*
Add another MDNode into DebugLocTuple. This will be used to keep track of inl...
Devang Patel
2009-10-01
3
-12
/
+17
*
If location info is attached with an instruction then keep track of alloca sl...
Devang Patel
2009-10-01
2
-3
/
+23
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
14
-15
/
+15
*
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
6
-13
/
+12
*
Remove dead code.
Devang Patel
2009-09-30
2
-23
/
+0
*
Add isFOO() helpers. Fix getDirectory() and getFilename() for DIScope.
Devang Patel
2009-09-30
2
-2
/
+57
[next]