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
/
llvm
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CCIfSRet calling convention predicate.
Jakob Stoklund Olesen
2009-07-12
1
-0
/
+4
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
2
-5
/
+5
*
Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...
Evan Cheng
2009-07-10
1
-9
/
+7
*
80 col violation.
Evan Cheng
2009-07-10
1
-2
/
+2
*
Targets sometimes assign fixed stack object to spill certain callee-saved
Evan Cheng
2009-07-09
1
-8
/
+19
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
1
-1
/
+29
*
In this unreachable code, return an initialized value.
Duncan Sands
2009-07-03
1
-2
/
+2
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
1
-0
/
+4
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
1
-3
/
+3
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
1
-4
/
+0
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
1
-1
/
+1
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
1
-0
/
+3
*
Increase limit for OpActions array
David Greene
2009-06-24
1
-10
/
+18
*
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-24
1
-1
/
+5
*
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
1
-9
/
+9
*
Work around build problem with OpenJDK, which defines X86 as a
Douglas Gregor
2009-06-23
1
-3
/
+3
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
1
-1
/
+22
*
implement support for lowering subregs when preparing to print
Chris Lattner
2009-06-20
1
-0
/
+1
*
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
1
-1
/
+1
*
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-19
2
-4
/
+2
*
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
1
-0
/
+7
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
1
-11
/
+4
*
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-18
1
-3
/
+14
*
Add a utility header that makes it easy to link in the right set
Chris Lattner
2009-06-17
1
-0
/
+65
*
Address more comments :)
Anton Korobeynikov
2009-06-15
1
-5
/
+4
*
Document ABIType enum. Patch by Sandeep Patel!
Anton Korobeynikov
2009-06-15
1
-0
/
+3
*
Part 1.
Evan Cheng
2009-06-15
1
-14
/
+19
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
1
-0
/
+14
*
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-14
1
-0
/
+26
*
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
1
-14
/
+6
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
1
-1
/
+18
*
Change IndexedModeAction representation.
David Greene
2009-06-09
1
-22
/
+21
*
Oops, didn't mean to commit 73102 yet. Revert it.
David Greene
2009-06-08
1
-21
/
+22
*
Change IndexedModeAction representation.
David Greene
2009-06-08
1
-22
/
+21
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
2
-1
/
+17
*
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
1
-0
/
+1
*
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-06
1
-2
/
+16
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
2
-7
/
+2
*
Adapt the x86 build_vector dagcombine to the current state of the legalizer.
Nate Begeman
2009-06-05
1
-5
/
+5
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
1
-4
/
+0
*
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-02
2
-11
/
+4
*
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-06-01
2
-4
/
+11
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
2
-8
/
+66
*
Untabify.
Bill Wendling
2009-05-30
1
-6
/
+6
*
Default isNarrowingProfitable to false.
Evan Cheng
2009-05-29
1
-1
/
+1
*
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-28
1
-0
/
+7
*
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-23
1
-2
/
+5
*
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-13
1
-0
/
+11
*
Clarify a comment.
Dan Gohman
2009-05-12
1
-1
/
+1
*
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-05-11
1
-1
/
+3
[next]