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
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
20
-886
/
+339
*
add a #include
Chris Lattner
2011-07-09
1
-0
/
+1
*
fix a really bad bug that would cause nested cursors to break,
Chris Lattner
2011-07-09
1
-0
/
+1
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
4
-10
/
+111
*
Add an fma TableGen node.
Cameron Zwarich
2011-07-08
1
-0
/
+1
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
3
-1
/
+11
*
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
1
-0
/
+8
*
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
2
-16
/
+11
*
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
1
-0
/
+8
*
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
1
-0
/
+2
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
3
-90
/
+36
*
Move a function out-of-line.
Bill Wendling
2011-07-07
1
-4
/
+3
*
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-07-07
1
-0
/
+7
*
Feature bits are 64-bits.
Evan Cheng
2011-07-07
1
-1
/
+1
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
2
-19
/
+29
*
Use ArrayRef instead of a std::vector&.
Bill Wendling
2011-07-07
1
-4
/
+5
*
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
1
-4
/
+23
*
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-07
2
-5
/
+16
*
Fix a subtle issue in SmallVector. The following code did not work as expected:
Owen Anderson
2011-07-06
1
-1
/
+8
*
Add ImmutableList::contains(). Patch by Rui Paulo!
Nick Lewycky
2011-07-06
1
-0
/
+8
*
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
1
-0
/
+8
*
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
1
-4
/
+5
*
Constify getCompactUnwindRegNum.
Bill Wendling
2011-07-06
2
-3
/
+3
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-4
/
+2
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
6
-1
/
+18
*
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
1
-3
/
+9
*
Speculatively revert r134431.
Devang Patel
2011-07-05
1
-1
/
+0
*
Clear debug loc while updating insert point.
Devang Patel
2011-07-05
1
-0
/
+1
*
Fix 80-col.
Michael J. Spencer
2011-07-05
1
-3
/
+12
*
SuccIterator on bbs without terminator insts
Tobias Grosser
2011-07-04
1
-3
/
+11
*
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
[next]