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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
1
-0
/
+10
*
Add getFeatureBits to extract feature bits for a given CPU.
Evan Cheng
2011-07-02
1
-0
/
+4
*
Remove the confusing getDarwinNumber() api and friends.
Eric Christopher
2011-07-02
1
-13
/
+4
*
Add initial *-*-rtems* target, from Joel Sherrill
Douglas Gregor
2011-07-01
1
-1
/
+2
*
Add MCSubtargetInfo target registry stuff.
Evan Cheng
2011-07-01
1
-0
/
+63
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
2
-14
/
+14
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
2
-1
/
+63
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
1
-7
/
+7
*
Fix use after free.
Rafael Espindola
2011-07-01
1
-1
/
+1
*
Switch SubtargetFeatures from std::string to StringRef.
Evan Cheng
2011-07-01
1
-7
/
+6
*
Add target a target hook to get the register number used by the compact unwind
Bill Wendling
2011-06-30
2
-0
/
+10
*
Create a isFullCopy predicate.
Rafael Espindola
2011-06-30
1
-0
/
+3
*
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-30
1
-0
/
+6
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
2
-20
/
+15
*
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-30
1
-7
/
+0
*
Revert r133953 for now.
Devang Patel
2011-06-29
1
-4
/
+0
*
Added IRBuilder::SetInsertPoint(Use) to find a valid insertion point
Andrew Trick
2011-06-29
1
-0
/
+19
*
whitespace
Andrew Trick
2011-06-29
1
-8
/
+8
*
Indentation
Evan Cheng
2011-06-29
1
-1
/
+1
*
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
1
-6
/
+0
*
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
1
-0
/
+6
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
3
-17
/
+17
*
Trim include
Evan Cheng
2011-06-29
1
-1
/
+0
*
Unbreak every backend.
Evan Cheng
2011-06-28
1
-1
/
+2
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
2
-18
/
+19
*
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
1
-0
/
+62
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
1
-1
/
+1
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
10
-111
/
+143
*
PR10210: New method ConstantArray::getAsCString(). Use it in LTO to
Jay Foad
2011-06-28
1
-0
/
+6
*
Cleanup. Fix a stupid variable name.
Andrew Trick
2011-06-28
1
-3
/
+3
*
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
1
-2
/
+6
*
Remove RegClass2VRegMap from MachineRegisterInfo.
Evan Cheng
2011-06-27
1
-12
/
+0
*
Remove RCBarriers from TargetInstrDesc.
Evan Cheng
2011-06-27
1
-12
/
+0
*
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
2
-3
/
+0
*
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-27
1
-0
/
+4
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
2
-15
/
+6
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
1
-2
/
+37
*
Rename unnecessary forward declaration.
Evan Cheng
2011-06-27
1
-1
/
+0
*
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
Nick Lewycky
2011-06-27
1
-0
/
+4
*
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
1
-8
/
+18
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
3
-11
/
+3
*
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
1
-244
/
+0
*
Object: Add proper error handling.
Michael J. Spencer
2011-06-25
3
-68
/
+96
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
3
-17
/
+130
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
1
-0
/
+64
*
Add Object/Error.
Michael J. Spencer
2011-06-25
1
-0
/
+49
*
Enhance the sanity check for block sizes; check that the resulting pointer is
Nick Lewycky
2011-06-25
1
-2
/
+4
*
Rename TargetRegisterDesc to MCRegisterDesc
Evan Cheng
2011-06-24
2
-5
/
+2
*
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
1
-0
/
+192
*
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-24
1
-1
/
+2
[next]