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
*
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-07
2
-10
/
+16
*
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
3
-13
/
+1
*
Add new files to cmake.
Eric Christopher
2011-11-07
1
-0
/
+1
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
5
-6
/
+224
*
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
2
-0
/
+504
*
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
2
-12
/
+23
*
Fix up comment.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Typo.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-35
/
+2
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
2
-3
/
+4
*
Added missing &. Fixes <rdar://problem/10393723>
Pete Cooper
2011-11-04
1
-1
/
+1
*
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-04
1
-6
/
+18
*
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-11-03
4
-518
/
+454
*
Reverted r143600 - selector reference change
Pete Cooper
2011-11-03
1
-15
/
+0
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
3
-0
/
+69
*
Treat objc selector reference globals as invariant so that MachineLICM can ho...
Pete Cooper
2011-11-03
1
-0
/
+15
*
An array of chars of length 8 will also cause the stack protector to be inserted
Bill Wendling
2011-11-02
1
-1
/
+1
*
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-11-02
2
-4
/
+12
*
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-11-02
3
-0
/
+92
*
Update split candidate correctly when interference cache is full.
Jakob Stoklund Olesen
2011-11-01
1
-0
/
+2
*
Cleanup. Document. Make sure that this build_vector optimization only runs be...
Nadav Rotem
2011-10-31
1
-16
/
+29
*
Silence compiler warning.
Benjamin Kramer
2011-10-30
1
-4
/
+4
*
Add a new DAGCombine optimization for BUILD_VECTOR.
Nadav Rotem
2011-10-29
1
-0
/
+83
*
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-29
4
-436
/
+518
*
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
4
-518
/
+436
*
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
2011-10-28
1
-7
/
+9
*
Use BranchProbability compare operators.
Benjamin Kramer
2011-10-28
1
-8
/
+3
*
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
4
-407
/
+516
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
3
-60
/
+11
*
Delete #if 0 code accidentally left in.
Dan Gohman
2011-10-28
1
-17
/
+0
*
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-28
4
-515
/
+423
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
6
-39
/
+56
*
Don't crash on 128-bit sdiv by constant. Found by inspection.
Eli Friedman
2011-10-27
1
-9
/
+6
*
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-26
1
-4
/
+4
*
Reflow lines, fix comments for doxygen style, fix whitespace. No functionality
Nick Lewycky
2011-10-26
2
-34
/
+27
*
Simplify SplitVecRes_UnaryOp by removing all the code that is
Duncan Sands
2011-10-26
1
-43
/
+5
*
Don't use floating point to do an integer's job.
Jakob Stoklund Olesen
2011-10-26
1
-4
/
+7
*
Disable LICM speculation in high register pressure situation again now that D...
Evan Cheng
2011-10-26
1
-1
/
+1
*
Reapply r142920 with fix:
Bill Wendling
2011-10-26
1
-0
/
+3
*
Remove a couple redundant checks.
Eli Friedman
2011-10-25
1
-2
/
+0
*
Make assert() message more informative.
Jim Grosbach
2011-10-25
1
-1
/
+2
*
Revert commit 142891. Takumi bisected the tablegen miscompiles
Duncan Sands
2011-10-25
1
-2
/
+1
*
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
1
-1
/
+0
*
Remove unused forward decl.
Eric Christopher
2011-10-25
1
-1
/
+0
*
An MBB which branches to an EH landing pad shouldn't be considered for tail m...
Bill Wendling
2011-10-25
1
-1
/
+2
*
Check the visibility of the global variable before placing it into the stubs
Bill Wendling
2011-10-24
1
-2
/
+6
*
Really unbreak CMake build
Douglas Gregor
2011-10-24
1
-3
/
+1
*
Unbreak CMake build
Douglas Gregor
2011-10-24
1
-0
/
+1
*
Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle
Dan Gohman
2011-10-24
1
-265
/
+0
*
Delete the Latency scheduling preference.
Dan Gohman
2011-10-24
1
-2
/
+0
[next]