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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
3
-4
/
+4
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
3
-8
/
+10
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
5
-20
/
+28
*
whitespace
Andrew Trick
2012-02-08
8
-80
/
+80
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
3
-1
/
+14
*
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
2
-2
/
+13
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
3
-10
/
+11
*
Add Register mask support to RABasic.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+14
*
Use TSFlag bit to describe instruction properties.
Brendon Cahoon
2012-02-08
6
-314
/
+208
*
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+62
*
Use Use::set rather than finding the operand number of the use
Duncan Sands
2012-02-08
1
-6
/
+3
*
PathV2: Remove static StringRef ctors.
Benjamin Kramer
2012-02-08
1
-4
/
+4
*
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-08
4
-41
/
+115
*
Remove a couple unneeded intrinsic patterns
Craig Topper
2012-02-08
1
-6
/
+0
*
Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...
Craig Topper
2012-02-08
2
-32
/
+15
*
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
1
-0
/
+5
*
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-08
1
-2
/
+13
*
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
2
-1
/
+11
*
misched: bug in debug output.
Andrew Trick
2012-02-08
1
-2
/
+4
*
stale comment
Andrew Trick
2012-02-08
1
-2
/
+0
*
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
1
-0
/
+22
*
Remove tabs.
Devang Patel
2012-02-08
2
-19
/
+19
*
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
1
-0
/
+13
*
Remove tabs.
Devang Patel
2012-02-07
1
-17
/
+17
*
Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.
Evan Cheng
2012-02-07
4
-21
/
+52
*
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
1
-5
/
+5
*
Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexed
Evan Cheng
2012-02-07
1
-24
/
+58
*
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-07
2
-22
/
+32
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
30
-89
/
+66
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
42
-151
/
+106
*
Cache the sizes of vectors instead of calculating them all over the place.
Bill Wendling
2012-02-07
1
-9
/
+11
*
Reserve space in these vectors to prevent having to grow the array too
Bill Wendling
2012-02-07
2
-6
/
+8
*
Fix win32 build breakage from bitcode streaming patch
Derek Schuff
2012-02-07
1
-1
/
+4
*
[fast-isel] Add support for ADDs with non-legal types.
Chad Rosier
2012-02-06
1
-5
/
+34
*
Expose TargetPassConfig to PEI Pass
Andrew Trick
2012-02-06
2
-0
/
+2
*
Add TargetPassConfig to the PassManager for use inside passes
Andrew Trick
2012-02-06
2
-5
/
+7
*
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-02-06
1
-0
/
+8
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
2
-2
/
+2
*
Don't explicitly renumber slot indices.
Jakob Stoklund Olesen
2012-02-06
1
-2
/
+0
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
14
-90
/
+415
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
8
-107
/
+39
*
Make sure a reserved register has a live interval before merging.
Jakob Stoklund Olesen
2012-02-06
1
-1
/
+5
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
8
-93
/
+6
*
[unwind removal] Don't write out the dead 'unwind' instruction.
Bill Wendling
2012-02-06
1
-3
/
+0
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
11
-134
/
+9
*
'unwind' is a keyword, not an instruction.
Bill Wendling
2012-02-06
2
-2
/
+3
*
[unwind removal] Remove the 'unwind' instruction parsing bits.
Bill Wendling
2012-02-06
2
-5
/
+0
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+74
*
Test commit; also removes some trailing whitespace
Derek Schuff
2012-02-06
1
-3
/
+3
*
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
3
-0
/
+42
[next]