index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a proper implementation of EXTRACT_SUBVECTOR legalization that
Eli Friedman
2009-05-23
1
-19
/
+42
*
Fix PR4254.
Torok Edwin
2009-05-23
1
-2
/
+2
*
Add a new step to legalization to legalize vector math operations. This
Eli Friedman
2009-05-23
2
-0
/
+362
*
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-22
6
-12
/
+407
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-21
6
-124
/
+27
*
Minor code cleanup. No functionality change.
Bill Wendling
2009-05-20
1
-18
/
+7
*
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
Bill Wendling
2009-05-20
2
-41
/
+14
*
Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.
Bill Wendling
2009-05-20
2
-20
/
+13
*
Add comment for emit section.
Bill Wendling
2009-05-20
1
-0
/
+4
*
Move 'Emit' methods down to their own place.
Bill Wendling
2009-05-20
1
-720
/
+720
*
Revert r72192. It was causing a build failure.
Bill Wendling
2009-05-20
2
-779
/
+807
*
Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with
Bill Wendling
2009-05-20
2
-807
/
+779
*
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-05-20
6
-27
/
+124
*
Fix for PR4235: to build a floating-point value from integer parts,
Eli Friedman
2009-05-20
1
-5
/
+19
*
Forward decls.
Bill Wendling
2009-05-19
1
-0
/
+3
*
Remove 'class' specifier.
Bill Wendling
2009-05-19
1
-3
/
+3
*
Fix to compile on VS2008.
Bill Wendling
2009-05-19
1
-1
/
+2
*
Remove the #ifndef NDEBUG from the FastISel debugging options. This
Dan Gohman
2009-05-19
1
-5
/
+0
*
Fix cmake builds.
Mike Stump
2009-05-19
2
-0
/
+6
*
Don't set the "location" information for inlined functions' variables.
Bill Wendling
2009-05-18
1
-7
/
+16
*
Small code cleanup.
Bill Wendling
2009-05-18
1
-9
/
+4
*
RecordVariable is called each time a DECLARE node is encountered. For an inlined
Bill Wendling
2009-05-18
2
-9
/
+39
*
Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value
Bob Wilson
2009-05-18
1
-0
/
+2
*
New Spiller interface and trivial implementation.
Lang Hames
2009-05-18
3
-2
/
+262
*
Revert last commit. It was wrong.
Bill Wendling
2009-05-18
1
-2
/
+1
*
Don't call RegionInlinedFnEnd if our optimization level isn't -O0.
Bill Wendling
2009-05-18
1
-1
/
+2
*
Silence Release-Asserts warnings.
Daniel Dunbar
2009-05-18
2
-6
/
+10
*
Prevented reg0 from being added to MBB live-in set, which was causing issues
Lang Hames
2009-05-17
1
-0
/
+5
*
Rename MachineVerifier pass to avoid command line collision.
Jakob Stoklund Olesen
2009-05-17
1
-1
/
+1
*
Verify that explicit definitions in the TargetInstrDesc are matched by
Jakob Stoklund Olesen
2009-05-16
1
-1
/
+12
*
Allow redefinition of reserved registers.
Jakob Stoklund Olesen
2009-05-16
1
-2
/
+3
*
Put back a bit of expensive checking logic that
Duncan Sands
2009-05-16
1
-1
/
+1
*
Pacify gcc-4.3, which suggests explicit braces here
Duncan Sands
2009-05-16
1
-1
/
+2
*
Pass to verify generated machine code.
Jakob Stoklund Olesen
2009-05-16
3
-27
/
+704
*
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
7
-2804
/
+3188
*
Mark class as hidden.
Bill Wendling
2009-05-15
1
-1
/
+1
*
Fix PR4210. Rewritter should track and update kills of sub-registers as well.
Evan Cheng
2009-05-15
1
-42
/
+63
*
Move c'tor/d'tor to top of file.
Bill Wendling
2009-05-15
1
-17
/
+14
*
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling
2009-05-15
3
-769
/
+894
*
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-15
7
-1278
/
+1584
*
Down with static variables!
Owen Anderson
2009-05-14
1
-4
/
+8
*
Tag blocks with DW_AT_APPLE_block.
Mike Stump
2009-05-14
1
-0
/
+7
*
Revert r71744. I must not have understood this correctly, because the
Bob Wilson
2009-05-14
1
-4
/
+9
*
Fix for PR4124. Make TwoAddressFormPass::FindLastUseInMBB return the real las...
Lang Hames
2009-05-14
1
-2
/
+5
*
Add an assert to turn a segfault on an unsupported inline
Dan Gohman
2009-05-14
1
-0
/
+2
*
There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.
Bill Wendling
2009-05-13
1
-21
/
+30
*
The IfConverter::MergeBlocks method appears to be used only to merge a basic
Bob Wilson
2009-05-13
1
-9
/
+4
*
Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence
Jim Grosbach
2009-05-13
3
-8
/
+1
*
Revert a portion of Dan's change r71018 that I'm convinced is wrong.
Bob Wilson
2009-05-13
1
-1
/
+1
[next]