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
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-07
2
-14
/
+37
*
--- Reverse-merging (from foreign repository) r74952 into '.':
Bill Wendling
2009-07-07
2
-77
/
+71
*
Commit the file I actually changed as part of last
Dale Johannesen
2009-07-07
1
-10
/
+24
*
DWARF requires frame moves be specified at specific times. If you have a
Bill Wendling
2009-07-07
2
-71
/
+77
*
Add Thumb2 movcc instructions.
Evan Cheng
2009-07-07
2
-35
/
+82
*
Add BX and BXr9 encodings. Patch by Sean Callanan.
Evan Cheng
2009-07-07
1
-2
/
+10
*
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-07
1
-3
/
+3
*
Add Thumb2 pkhbt / pkhtb.
Evan Cheng
2009-07-07
1
-4
/
+25
*
Add some more Thumb2 multiplication instructions.
Evan Cheng
2009-07-07
3
-11
/
+134
*
80 col violation.
Evan Cheng
2009-07-07
1
-2
/
+2
*
Don't accept globals as matching 'i' constraint
Dale Johannesen
2009-07-07
1
-1
/
+6
*
Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.
Devang Patel
2009-07-06
1
-27
/
+29
*
Add FIXMEs.
Devang Patel
2009-07-06
1
-0
/
+3
*
isThumb2 really should mean thumb2 only, not thumb2+.
Evan Cheng
2009-07-06
1
-1
/
+1
*
Add bfc to armv6t2.
Evan Cheng
2009-07-06
3
-35
/
+48
*
Added ARM::mls for armv6t2.
Evan Cheng
2009-07-06
1
-0
/
+6
*
pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ...
Sanjiv Gupta
2009-07-06
1
-0
/
+1
*
pic16 isn't ready to handle llvm.metadata yet.
Sanjiv Gupta
2009-07-06
1
-0
/
+2
*
Implement _CONFIG macro to allow users to se to configuration settings on the...
Sanjiv Gupta
2009-07-06
4
-26
/
+233
*
Corrected the names description. Change in a comment. No functionality change.
Sanjiv Gupta
2009-07-06
1
-1
/
+1
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
16
-18
/
+207
*
Silence a warning when assertions are turned off.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Silence a warning when assertions are turned off.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Silence warning when building without assertions.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Silence warnings when assertions are turned off.
Duncan Sands
2009-07-03
1
-0
/
+2
*
For extended loads of type i1 to i8, we will need to at least one byte from m...
Sanjiv Gupta
2009-07-03
2
-2
/
+6
*
Various small changes related to the Condition Register on PowerPC.
Tilmann Scheller
2009-07-03
4
-47
/
+68
*
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
12
-572
/
+370
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
8
-58
/
+1105
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
9
-12
/
+15
*
Small cleanups in the PowerPC backend.
Tilmann Scheller
2009-07-03
4
-38
/
+21
*
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-03
2
-1
/
+59
*
Add Thumb2 load / store multiple instructions. Not used yet.
Evan Cheng
2009-07-03
1
-0
/
+15
*
t2LDR_PRE etc are loads.
Evan Cheng
2009-07-03
1
-0
/
+2
*
Added indexed stores.
Evan Cheng
2009-07-03
1
-1
/
+45
*
Sign extending pre/post indexed loads.
Evan Cheng
2009-07-02
2
-2
/
+32
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
13
-420
/
+1655
*
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-07-02
8
-0
/
+16
*
simplify some logic by using isWeakForLinker(). Thanks to Anton for
Chris Lattner
2009-07-02
1
-5
/
+2
*
Thumb2 pre/post indexed loads.
Evan Cheng
2009-07-02
5
-34
/
+204
*
80 col violation.
Evan Cheng
2009-07-02
1
-2
/
+2
*
Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no...
Evan Cheng
2009-07-02
4
-16
/
+17
*
@GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.
Chris Lattner
2009-07-02
1
-1
/
+3
*
Fix yet-another bug I introduced into fastisel, this time handling
Chris Lattner
2009-07-02
1
-1
/
+3
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
3
-26
/
+0
*
80 col violation.
Evan Cheng
2009-07-02
1
-1
/
+1
*
clarify: stub emission depends on the version of the linker you use, it has n...
Chris Lattner
2009-07-02
1
-5
/
+4
*
Factor out ARM indexed load matching code.
Evan Cheng
2009-07-02
1
-46
/
+57
*
Fix a bunch of other places that used operator[] to test whether
Dan Gohman
2009-07-02
1
-2
/
+3
*
Add darwin stub removal to wishlist.
Dale Johannesen
2009-07-01
1
-0
/
+11
[next]